summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorNicholas Bastin <nick.bastin@gmail.com>2004-09-29 21:39:26 (GMT)
committerNicholas Bastin <nick.bastin@gmail.com>2004-09-29 21:39:26 (GMT)
commit975e725fc78e251a08bc499b71eaa142fb9a7fbb (patch)
treeaf29b3abc3b2433bc8516505bb7594fbe075e578 /Doc/api
parentff5dc0ee7740feba895e7ddfbdda37d9064c045e (diff)
downloadcpython-975e725fc78e251a08bc499b71eaa142fb9a7fbb.zip
cpython-975e725fc78e251a08bc499b71eaa142fb9a7fbb.tar.gz
cpython-975e725fc78e251a08bc499b71eaa142fb9a7fbb.tar.bz2
Fix typo in PyDict_Items doc
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/concrete.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 96b4faf..af026ff 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}