Fix typo found by Forest Wilkinson.

This commit is contained in:
Guido van Rossum 2008-01-26 02:38:33 +00:00
parent ac32640828
commit 9c68f82b30
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ I propose the following type names at the Python level:
- ``memoryview`` is a bytes view on another object (PyMemory)
The old type named ``bytearray`` is so similar to the new type
The old type named ``buffer`` is so similar to the new type
``memoryview``, introduce by PEP 3118, that it is redundant. The rest
of this PEP doesn't discuss the functionality of ``memoryview``; it is
just mentioned here to justify getting rid of the old ``buffer`` type.