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)
|
- ``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
|
``memoryview``, introduce by PEP 3118, that it is redundant. The rest
|
||||||
of this PEP doesn't discuss the functionality of ``memoryview``; it is
|
of this PEP doesn't discuss the functionality of ``memoryview``; it is
|
||||||
just mentioned here to justify getting rid of the old ``buffer`` type.
|
just mentioned here to justify getting rid of the old ``buffer`` type.
|
||||||
|
|
Loading…
Reference in New Issue