Skip to content

Commit 0da2626

Browse files
authored
fix typo in readme (#245)
Pull request: #245
1 parent 42f8787 commit 0da2626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ the subprocess via `os.SubProcess#stdin`, and if used on its stdout it lets the
14461446
parent process read from the subprocess via `os.SubProcess#stdout`
14471447
and `os.SubProcess#stderr`.
14481448
* `os.Inherit`: inherits the stream from the parent process. This lets the
1449-
subprocess read directly from the paren process's standard input or write
1449+
subprocess read directly from the parent process's standard input or write
14501450
directly to the parent process's standard output or error
14511451
* `os.Path`: connects the subprocess's stream to the given filesystem
14521452
path, reading its standard input from a file or writing its standard

0 commit comments

Comments
 (0)