correct object name

This commit is contained in:
Skip Montanaro 2008-02-05 19:24:30 +00:00
parent d86c7e5d93
commit 3c0f309fd1

View file

@ -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: