summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 19:25:53 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 19:25:53 (GMT)
commit84df79b2499a051ee2ca09c38db6b4af1d49e14a (patch)
tree2c76f6f52ed0e8f8efa0e49369be316ab9b9bdcb /Doc/library/collections.rst
parent0c95e71f703419196130752aeebcc6a99ae81cd3 (diff)
downloadcpython-84df79b2499a051ee2ca09c38db6b4af1d49e14a.zip
cpython-84df79b2499a051ee2ca09c38db6b4af1d49e14a.tar.gz
cpython-84df79b2499a051ee2ca09c38db6b4af1d49e14a.tar.bz2
Typo.
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 3fd0cc9..b1c2f99 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -53,7 +53,7 @@ ABC Notes
:class:`collections.Sized` Defines ``__len__()``
===================================== ========================================
-.. XXX Have not included them all and the notes are imcomplete
+.. XXX Have not included them all and the notes are incomplete
.. Deliberately did one row wide to get a neater output
These ABCs allow us to ask classes or instances if they provide