python/dist/src/Doc/api concrete.tex,1.56,1.57

Update of /cvsroot/python/python/dist/src/Doc/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7126 Modified Files: concrete.tex Log Message: Fix typo in PyDict_Items doc Index: concrete.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- concrete.tex 7 Sep 2004 20:24:04 -0000 1.56 +++ concrete.tex 29 Sep 2004 21:39:26 -0000 1.57 @@ -1948,7 +1948,7 @@ \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}
participants (1)
-
mondragon@users.sourceforge.net