Minor grammar fix

This commit is contained in:
Andrew M. Kuchling 2010-05-01 12:05:52 +00:00
parent 16cd2bea1d
commit 7de14ac034
1 changed files with 1 additions and 1 deletions

View 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: