mirror of https://github.com/python/cpython
Fix typo in PyDict_Items doc
This commit is contained in:
parent
ff5dc0ee77
commit
975e725fc7
|
@ -1948,7 +1948,7 @@ format.
|
|||
|
||||
\begin{cfuncdesc}{PyObject*}{PyDict_Items}{PyObject *p}
|
||||
Returns a \ctype{PyListObject} containing all the items from the
|
||||
dictionary, as in the dictinoary method \method{items()} (see the
|
||||
dictionary, as in the dictionary method \method{items()} (see the
|
||||
\citetitle[../lib/lib.html]{Python Library Reference}).
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
|
Loading…
Reference in New Issue