]> granicus.if.org Git - python/commitdiff
Fix typo in PyDict_Items doc
authorNicholas Bastin <nick.bastin@gmail.com>
Wed, 29 Sep 2004 21:39:26 +0000 (21:39 +0000)
committerNicholas Bastin <nick.bastin@gmail.com>
Wed, 29 Sep 2004 21:39:26 +0000 (21:39 +0000)
Doc/api/concrete.tex

index 96b4faf73c6ab181b1786f5457d65ce200e4724d..af026ff64dc60792b7cd06ced7ca44a32f01468a 100644 (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}