Commit ba033ddd authored by Nicholas Bastin's avatar Nicholas Bastin

Fix typo in PyDict_Items doc

parent f2427579
...@@ -1948,7 +1948,7 @@ format. ...@@ -1948,7 +1948,7 @@ format.
\begin{cfuncdesc}{PyObject*}{PyDict_Items}{PyObject *p} \begin{cfuncdesc}{PyObject*}{PyDict_Items}{PyObject *p}
Returns a \ctype{PyListObject} containing all the items from the 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}). \citetitle[../lib/lib.html]{Python Library Reference}).
\end{cfuncdesc} \end{cfuncdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment