Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1dbf63

Browse files
committed
Header for PyObject_DelItem() mentioned non-existing 3rd argument.
1 parent 539d425 commit d1dbf63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ \section{Object Protocol}
12681268
\end{cfuncdesc}
12691269
12701270
1271-
\begin{cfuncdesc}{int}{PyObject_DelItem}{PyObject *o, PyObject *key, PyObject *v}
1271+
\begin{cfuncdesc}{int}{PyObject_DelItem}{PyObject *o, PyObject *key}
12721272
Delete the mapping for \var{key} from \var{o}. Returns \code{-1} on
12731273
failure. This is the equivalent of the Python statement \samp{del
12741274
\var{o}[\var{key}]}.

0 commit comments

Comments
 (0)