]> granicus.if.org Git - python/commitdiff
Fix punctuation.
authorGeorg Brandl <georg@python.org>
Fri, 3 Dec 2010 17:19:27 +0000 (17:19 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 3 Dec 2010 17:19:27 +0000 (17:19 +0000)
Doc/library/functions.rst

index bb392fc140b40274c2b9f934ac3e884e72b22c74..7579cc95577fe91436b148ff64d3d0a45738b671 100644 (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`.
 
    .. 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.