From: Georg Brandl Date: Sat, 5 Jan 2008 19:25:53 +0000 (+0000) Subject: Typo. X-Git-Tag: v3.0a3~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84df79b2499a051ee2ca09c38db6b4af1d49e14a;p=python Typo. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 3fd0cc972c..b1c2f99d23 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