diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2010-05-01 12:05:52 (GMT) |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2010-05-01 12:05:52 (GMT) |
| commit | 7de14ac03401a3142d27e647d803f06fc3129a23 (patch) | |
| tree | 2c71bde6412e7072cdf563f7bc150f3b34bffd0a | |
| parent | 16cd2bea1d13fcf1efde25d2f339fa70e72fffb6 (diff) | |
| download | cpython-7de14ac03401a3142d27e647d803f06fc3129a23.zip cpython-7de14ac03401a3142d27e647d803f06fc3129a23.tar.gz cpython-7de14ac03401a3142d27e647d803f06fc3129a23.tar.bz2 | |
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 600dac0..20354fa 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: |
