From: Nicholas Bastin Date: Wed, 29 Sep 2004 21:39:26 +0000 (+0000) Subject: Fix typo in PyDict_Items doc X-Git-Tag: v2.4b1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=975e725fc78e251a08bc499b71eaa142fb9a7fbb;p=python Fix typo in PyDict_Items doc --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 96b4faf73c..af026ff64d 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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}