From: Skip Montanaro Date: Tue, 5 Feb 2008 19:24:30 +0000 (+0000) Subject: correct object name X-Git-Tag: v2.6a1~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c0f309fd1bc480ba3f225aba516e248adcc103e;p=thirdparty%2FPython%2Fcpython.git correct object name --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 73aefadea81c..f14c71bcea44 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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: