From 3c0f309fd1bc480ba3f225aba516e248adcc103e Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 5 Feb 2008 19:24:30 +0000 Subject: correct object name --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 73aefad..f14c71b 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: -- cgit v0.12