diff options
author | Skip Montanaro <skip@pobox.com> | 2008-02-05 19:24:30 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-02-05 19:24:30 (GMT) |
commit | 3c0f309fd1bc480ba3f225aba516e248adcc103e (patch) | |
tree | 79329847fbe59e28b0832bdd711c8d6120b0eb19 | |
parent | d86c7e5d9351e1d822e2f0fdc15e765d74837888 (diff) | |
download | cpython-3c0f309fd1bc480ba3f225aba516e248adcc103e.zip cpython-3c0f309fd1bc480ba3f225aba516e248adcc103e.tar.gz cpython-3c0f309fd1bc480ba3f225aba516e248adcc103e.tar.bz2 |
correct object name
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: |