Fix typo found by Forest Wilkinson.
This commit is contained in:
parent
ac32640828
commit
9c68f82b30
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue