Fix typo in PyDict_Items doc

This commit is contained in:
Nicholas Bastin 2004-09-29 21:39:26 +00:00
parent ff5dc0ee77
commit 975e725fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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}