diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2010-05-01 12:05:52 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2010-05-01 12:05:52 +0000 |
commit | 7de14ac03401a3142d27e647d803f06fc3129a23 (patch) | |
tree | 2c71bde6412e7072cdf563f7bc150f3b34bffd0a | |
parent | 16cd2bea1d13fcf1efde25d2f339fa70e72fffb6 (diff) | |
download | cpython-git-7de14ac03401a3142d27e647d803f06fc3129a23.tar.gz |
Minor grammar fix
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<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: |