diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 19:25:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 19:25:53 (GMT) |
commit | 84df79b2499a051ee2ca09c38db6b4af1d49e14a (patch) | |
tree | 2c76f6f52ed0e8f8efa0e49369be316ab9b9bdcb /Doc/library/collections.rst | |
parent | 0c95e71f703419196130752aeebcc6a99ae81cd3 (diff) | |
download | cpython-84df79b2499a051ee2ca09c38db6b4af1d49e14a.zip cpython-84df79b2499a051ee2ca09c38db6b4af1d49e14a.tar.gz cpython-84df79b2499a051ee2ca09c38db6b4af1d49e14a.tar.bz2 |
Typo.
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r-- | Doc/library/collections.rst | 2 |
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 |