From 7de14ac03401a3142d27e647d803f06fc3129a23 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 1 May 2010 12:05:52 +0000 Subject: [PATCH] Minor grammar fix --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "", line 1, in 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: -- 2.40.0