diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-25 17:24:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-25 17:24:57 (GMT) |
commit | cfad97b3cad38bde3039169b61c4a28e26631acc (patch) | |
tree | f34984e7c81bca9f1ce6bbc826f84fe2e71e19ce /Doc/library/select.rst | |
parent | da7be3e7b760d604a84c87c64d8eb5077e844dc7 (diff) | |
download | cpython-cfad97b3cad38bde3039169b61c4a28e26631acc.zip cpython-cfad97b3cad38bde3039169b61c4a28e26631acc.tar.gz cpython-cfad97b3cad38bde3039169b61c4a28e26631acc.tar.bz2 |
Fix the description of PIPE_BUF
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r-- | Doc/library/select.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 4804b1e..f1fd126 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -94,7 +94,7 @@ The module defines the following: library, and does not handle file descriptors that don't originate from WinSock. -.. attribute:: select.PIPE_BUF +.. attribute:: PIPE_BUF The minimum number of bytes which can be written without blocking to a pipe when the pipe has been reported as ready for writing by :func:`select`, |