]> granicus.if.org Git - python/commitdiff
correct object name
authorSkip Montanaro <skip@pobox.com>
Tue, 5 Feb 2008 19:24:30 +0000 (19:24 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 5 Feb 2008 19:24:30 +0000 (19:24 +0000)
Doc/library/stdtypes.rst

index 73aefadea81c1784bb444f2c5fa5ecacce872be8..f14c71bcea447ae4ed64576fe904c412a1f86d99 100644 (file)
@@ -1866,7 +1866,7 @@ types should support too):
 .. method:: dict.values()
 
    Return a copy of the dictionary's list of values.  See the note for
-   :meth:`mapping.items`.
+   :meth:`dict.items`.
 
 
 .. _bltin-file-objects: