mirror of https://github.com/python/cpython
Minor grammar fix
This commit is contained in:
parent
16cd2bea1d
commit
7de14ac034
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue