[Python-checkins] r59087 - peps/trunk/pep-3116.txt

brett.cannon python-checkins at python.org
Wed Nov 21 02:06:40 CET 2007


Author: brett.cannon
Date: Wed Nov 21 02:06:39 2007
New Revision: 59087

Modified:
   peps/trunk/pep-3116.txt
Log:
Fix an accidental re-typing of a word.


Modified: peps/trunk/pep-3116.txt
==============================================================================
--- peps/trunk/pep-3116.txt	(original)
+++ peps/trunk/pep-3116.txt	Wed Nov 21 02:06:39 2007
@@ -429,7 +429,7 @@
 Non-blocking I/O is fully supported on the Raw I/O level only.  If a
 raw object is in non-blocking mode and an operation would block, then
 ``.read()`` and ``.readinto()`` return ``None``, while ``.write()``
-returns 0.  In order to put an object in object in non-blocking mode,
+returns 0.  In order to put an object in non-blocking mode,
 the user must extract the fileno and do it by hand.
 
 At the Buffered I/O and Text I/O layers, if a read or write fails due


More information about the Python-checkins mailing list