Skip to content

Commit

Permalink
fix typo in readme (#245)
Browse files Browse the repository at this point in the history
Pull request: #245
  • Loading branch information
SethTisue authored Jan 31, 2024
1 parent 42f8787 commit 0da2626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ the subprocess via `os.SubProcess#stdin`, and if used on its stdout it lets the
parent process read from the subprocess via `os.SubProcess#stdout`
and `os.SubProcess#stderr`.
* `os.Inherit`: inherits the stream from the parent process. This lets the
subprocess read directly from the paren process's standard input or write
subprocess read directly from the parent process's standard input or write
directly to the parent process's standard output or error
* `os.Path`: connects the subprocess's stream to the given filesystem
path, reading its standard input from a file or writing its standard
Expand Down

0 comments on commit 0da2626

Please sign in to comment.