Skip to content

Commit

Permalink
Remove stray 'and'
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Sep 19, 2021
1 parent 76034fa commit 1c4c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference-io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ task and interact with it while it's running:

If `trio.run_process` is too limiting, we also offer a low-level API,
`trio.lowlevel.open_process`. For example, if you want to spawn a
child process that will and outlive the parent process and be
child process that will outlive the parent process and be
orphaned, then `~trio.run_process` can't do that, but
`~trio.lowlevel.open_process` can.

Expand Down

0 comments on commit 1c4c99c

Please sign in to comment.