commit | 3c0f309fd1bc480ba3f225aba516e248adcc103e | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Tue Feb 05 19:24:30 2008 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Tue Feb 05 19:24:30 2008 +0000 |
tree | 79329847fbe59e28b0832bdd711c8d6120b0eb19 | |
parent | d86c7e5d9351e1d822e2f0fdc15e765d74837888 [diff] |
correct object name
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 @@ .. 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: