mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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`.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
Implement the Sequence ABC
|
||||
Support slicing and negative indices
|
||||
Implement the Sequence ABC.
|
||||
Support slicing and negative indices.
|
||||
Test integers for membership in constant time instead of iterating
|
||||
through all items.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue