From: Andrew M. Kuchling Date: Sat, 1 May 2010 12:05:52 +0000 (+0000) Subject: Minor grammar fix X-Git-Tag: v2.7b2~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7de14ac03401a3142d27e647d803f06fc3129a23;p=python Minor grammar fix --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 600dac0c9f..20354fad0b 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2590,7 +2590,7 @@ is generally interpreted as simple bytes. File "", line 1, in 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: