mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix typo in PyDict_Items doc
This commit is contained in:
parent
ff5dc0ee77
commit
975e725fc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue