]> granicus.if.org Git - python/commitdiff
#7586: fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:01:59 +0000 (08:01 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:01:59 +0000 (08:01 +0000)
Doc/library/collections.rst

index abacd91c302d290ab6475786cb5cc8ed51d2ca22..9b203607375783f5ac0e2e583e5568893ee6a680 100644 (file)
@@ -818,7 +818,7 @@ a fixed-width print format:
     Point: x= 3.000  y= 4.000  hypot= 5.000
     Point: x=14.000  y= 0.714  hypot=14.018
 
-The subclass shown above sets ``__slots__`` to an empty tuple.  This keeps
+The subclass shown above sets ``__slots__`` to an empty tuple.  This helps
 keep memory requirements low by preventing the creation of instance dictionaries.
 
 Subclassing is not useful for adding new, stored fields.  Instead, simply