]> granicus.if.org Git - python/commitdiff
Minor markup fix
authorRaymond Hettinger <python@rcn.com>
Mon, 7 Jan 2008 20:17:35 +0000 (20:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 7 Jan 2008 20:17:35 +0000 (20:17 +0000)
Doc/library/collections.rst

index e5b4dd965d373ca8517e3e4cae188df477699c4c..e797296418aecce343fe52fe4d45c6318cc63cd7 100644 (file)
@@ -533,7 +533,7 @@ faster versions that bypass error-checking and localize variable access::
         def _replace(self, _map=map, **kwds):
             return self._make(_map(kwds.pop, ('x', 'y'), self))
 
-Default values can be implemented by using :meth:`_replace`:: to
+Default values can be implemented by using :meth:`_replace` to
 customize a prototype instance::
 
     >>> Account = namedtuple('Account', 'owner balance transaction_count')