summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-03 17:19:27 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-03 17:19:27 (GMT)
commit38e117d20a1914e9506b3f901c7170eadccefe54 (patch)
treeed591e1fefe8ac51ae61358dd464ebdd4a76af1c /Doc
parentebc0052e3a4f602212ed528ac490a9082ac811ce (diff)
downloadcpython-38e117d20a1914e9506b3f901c7170eadccefe54.zip
cpython-38e117d20a1914e9506b3f901c7170eadccefe54.tar.gz
cpython-38e117d20a1914e9506b3f901c7170eadccefe54.tar.bz2
Fix punctuation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index bb392fc..7579cc9 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.