Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 975e725

Browse files
committed
Fix typo in PyDict_Items doc
1 parent ff5dc0e commit 975e725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/concrete.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ \subsection{Dictionary Objects \label{dictObjects}}
19481948

19491949
\begin{cfuncdesc}{PyObject*}{PyDict_Items}{PyObject *p}
19501950
Returns a \ctype{PyListObject} containing all the items from the
1951-
dictionary, as in the dictinoary method \method{items()} (see the
1951+
dictionary, as in the dictionary method \method{items()} (see the
19521952
\citetitle[../lib/lib.html]{Python Library Reference}).
19531953
\end{cfuncdesc}
19541954

0 commit comments

Comments
 (0)