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: