mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix typo in PyDict_Items doc
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user