mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fix punctuation.
This commit is contained in:
parent
ebc0052e3a
commit
38e117d20a
1 changed files with 2 additions and 2 deletions
|
|
@ -1047,8 +1047,8 @@ are always available. They are listed here in alphabetical order.
|
||||||
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
|
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
Implement the Sequence ABC
|
Implement the Sequence ABC.
|
||||||
Support slicing and negative indices
|
Support slicing and negative indices.
|
||||||
Test integers for membership in constant time instead of iterating
|
Test integers for membership in constant time instead of iterating
|
||||||
through all items.
|
through all items.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue