mirror of
https://github.com/python/cpython.git
synced 2026-04-04 19:13:16 +00:00
correct object name
This commit is contained in:
parent
d86c7e5d93
commit
3c0f309fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue