From: Georg Brandl Date: Fri, 3 Dec 2010 17:19:27 +0000 (+0000) Subject: Fix punctuation. X-Git-Tag: v3.2b1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38e117d20a1914e9506b3f901c7170eadccefe54;p=python Fix punctuation. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index bb392fc140..7579cc9557 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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.