mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Typo: bites --> bytes
(Hanging around small kids too much...;)
This commit is contained in:
parent
9ea01d415f
commit
f4bf7aa292
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ When reading output from a child process that writes a lot of data to
|
|||
standard error while the parent is reading from the child's standard
|
||||
out, a dead lock can occur. A similar situation can occur with other
|
||||
combinations of reads and writes. The essential factors are that more
|
||||
than \constant{_PC_PIPE_BUF} bites are being written by one process in
|
||||
than \constant{_PC_PIPE_BUF} bytes are being written by one process in
|
||||
a blocking fashion, while the other process is reading from the other
|
||||
process, also in a blocking fashion.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue