[Python-checkins] r60604 - python/trunk/Doc/library/stdtypes.rst

skip.montanaro python-checkins at python.org
Tue Feb 5 20:24:31 CET 2008


Author: skip.montanaro
Date: Tue Feb  5 20:24:30 2008
New Revision: 60604

Modified:
   python/trunk/Doc/library/stdtypes.rst
Log:
correct object name


Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Tue Feb  5 20:24:30 2008
@@ -1866,7 +1866,7 @@
 .. 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:


More information about the Python-checkins mailing list