[Python-checkins] r58266 - peps/trunk/pep-3137.txt

brett.cannon python-checkins at python.org
Thu Sep 27 00:54:58 CEST 2007


Author: brett.cannon
Date: Thu Sep 27 00:54:58 2007
New Revision: 58266

Modified:
   peps/trunk/pep-3137.txt
Log:
Minor grammatical fix.


Modified: peps/trunk/pep-3137.txt
==============================================================================
--- peps/trunk/pep-3137.txt	(original)
+++ peps/trunk/pep-3137.txt	Thu Sep 27 00:54:58 2007
@@ -212,7 +212,7 @@
 promise that printing a bytes object interprets the individual bytes
 as characters (unlike in Python 2.x).
 
-The str type current supports the PEP 3118 buffer API.  While this is
+The str type currently supports the PEP 3118 buffer API.  While this is
 perhaps occasionally convenient, it is also potentially confusing,
 because the bytes accessed via the buffer API represent a
 platform-depending encoding: depending on the platform byte order and


More information about the Python-checkins mailing list