]> granicus.if.org Git - python/commitdiff
Merged revisions 82952 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 18 Jul 2010 14:26:34 +0000 (14:26 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 18 Jul 2010 14:26:34 +0000 (14:26 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82952 | benjamin.peterson | 2010-07-18 09:23:36 -0500 (Sun, 18 Jul 2010) | 1 line

  use classmethod
........

Doc/library/collections.rst

index dd3e5a49f70169a6c349f7b285cf1db8bd4a7906..14539be6cc276985d0fd9283727fed88234a0c88 100644 (file)
@@ -787,7 +787,7 @@ In addition to the methods inherited from tuples, named tuples support
 three additional methods and one attribute.  To prevent conflicts with
 field names, the method and attribute names start with an underscore.
 
-.. method:: somenamedtuple._make(iterable)
+.. classmethod:: somenamedtuple._make(iterable)
 
    Class method that makes a new instance from an existing sequence or iterable.