Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b521095 commit 0a0f11bCopy full SHA for 0a0f11b
1 file changed
Doc/api/api.tex
@@ -1596,7 +1596,7 @@ \section{Mapping Protocol}
1596
\samp{\var{o}[\var{key}]}.
1597
\end{cfuncdesc}
1598
1599
-\begin{cfuncdesc}{PyObject*}{PyMapping_SetItemString}{PyObject *o, char *key, PyObject *v}
+\begin{cfuncdesc}{int}{PyMapping_SetItemString}{PyObject *o, char *key, PyObject *v}
1600
Map the object \var{key} to the value \var{v} in object \var{o}.
1601
Returns \code{-1} on failure. This is the equivalent of the Python
1602
statement \samp{\var{o}[\var{key}] = \var{v}}.
0 commit comments