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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c0f309fd1bc480ba3f225aba516e248adcc103e;p=python correct object name --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 73aefadea8..f14c71bcea 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: