]> granicus.if.org Git - python/commitdiff
Typo: bites --> bytes
authorFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 20:38:05 +0000 (20:38 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 20:38:05 +0000 (20:38 +0000)
(Hanging around small kids too much...;)

Doc/lib/libpopen2.tex

index a8de4dc6c2eb3fc0017c8972ca2e2be5ce08f286..83b85abc4bf75ae99488188e280934c0c9bc3148 100644 (file)
@@ -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.