]> granicus.if.org Git - python/commitdiff
Merged revisions 77084 via svnmerge from
authorGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:02:38 +0000 (08:02 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:02:38 +0000 (08:02 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77084 | georg.brandl | 2009-12-28 09:01:59 +0100 (Mo, 28 Dez 2009) | 1 line

  #7586: fix typo.
........

Doc/library/collections.rst

index 377c144a3effd0aff7783b59b27062031a1bcaab..fee59cfc1e45f2e9548bd83177feb0a4ff98efb8 100644 (file)
@@ -794,7 +794,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.