Skip to content

Commit

Permalink
Replace another reference to "channels" with fileReader/fileWriter (#…
Browse files Browse the repository at this point in the history
…25899)

In the subprocess record

[reviewed by @mppf]

Double checked the built documentation
  • Loading branch information
lydia-duncan authored Sep 26, 2024
2 parents 3a5b64b + c1c9dfb commit 4bb09af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/standard/Subprocess.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ module Subprocess {
/*
This record represents a subprocess.
Note that the subprocess will not be waited for if this record
goes out of scope. Channels opened to communicate with the subprocess
Note that the subprocess will not be waited for if this record goes out of
scope. FileReaders/fileWriters opened to communicate with the subprocess
will be closed if the record goes out of scope, however.
Generally, it is important to call :proc:`subprocess.wait` to wait for the
Expand Down

0 comments on commit 4bb09af

Please sign in to comment.