Commit 38e117d2 authored by Georg Brandl's avatar Georg Brandl

Fix punctuation.

parent ebc0052e
...@@ -1047,8 +1047,8 @@ are always available. They are listed here in alphabetical order. ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment