[Python-checkins] r80684 - python/trunk/Doc/library/stdtypes.rst

andrew.kuchling python-checkins at python.org
Sat May 1 14:05:52 CEST 2010


Author: andrew.kuchling
Date: Sat May  1 14:05:52 2010
New Revision: 80684

Log:
Minor grammar fix

Modified:
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Sat May  1 14:05:52 2010
@@ -2590,7 +2590,7 @@
         File "<stdin>", line 1, in <module>
       ValueError: cannot modify size of memoryview object
 
-   Notice how the size of the memoryview object can not be changed.
+   Notice how the size of the memoryview object cannot be changed.
 
 
    :class:`memoryview` has two methods:


More information about the Python-checkins mailing list