Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38e117d

Browse files
committed
Fix punctuation.
1 parent ebc0052 commit 38e117d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,8 @@ are always available. They are listed here in alphabetical order.
10471047
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
10481048

10491049
.. versionchanged:: 3.2
1050-
Implement the Sequence ABC
1051-
Support slicing and negative indices
1050+
Implement the Sequence ABC.
1051+
Support slicing and negative indices.
10521052
Test integers for membership in constant time instead of iterating
10531053
through all items.
10541054

0 commit comments

Comments
 (0)