mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Minor grammar fix
This commit is contained in:
parent
16cd2bea1d
commit
7de14ac034
1 changed files with 1 additions and 1 deletions
|
@ -2590,7 +2590,7 @@ is generally interpreted as simple bytes.
|
||||||
File "<stdin>", line 1, in <module>
|
File "<stdin>", line 1, in <module>
|
||||||
ValueError: cannot modify size of memoryview object
|
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:
|
:class:`memoryview` has two methods:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue