Fix punctuation.

This commit is contained in:
Georg Brandl 2010-12-03 17:19:27 +00:00
parent ebc0052e3a
commit 38e117d20a

View file

@ -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.