]> granicus.if.org Git - python/commitdiff
Minor grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 1 May 2010 12:05:52 +0000 (12:05 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 1 May 2010 12:05:52 +0000 (12:05 +0000)
Doc/library/stdtypes.rst

index 600dac0c9f7ac209aad99e8eeb683e087ce18194..20354fad0b8e5a73725b3cd8b9dac3942e9484b2 100644 (file)
@@ -2590,7 +2590,7 @@ is generally interpreted as simple bytes.
         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: