[Python-checkins] r86980 - python/branches/py3k/Doc/library/functions.rst

georg.brandl python-checkins at python.org
Fri Dec 3 18:19:28 CET 2010


Author: georg.brandl
Date: Fri Dec  3 18:19:27 2010
New Revision: 86980

Log:
Fix punctuation.

Modified:
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Fri Dec  3 18:19:27 2010
@@ -1047,8 +1047,8 @@
    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.
 


More information about the Python-checkins mailing list