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 1f32556 commit 047c54bCopy full SHA for 047c54b
1 file changed
Doc/ext/newtypes.tex
@@ -1359,7 +1359,7 @@ \subsection{More Suggestions}
1359
A sample of its use might be something like the following:
1360
1361
\begin{verbatim}
1362
- if (! PyObject_TypeCheck(some_object, &MyType) {
+ if (! PyObject_TypeCheck(some_object, &MyType)) {
1363
PyErr_SetString(PyExc_TypeError, "arg #1 not a mything");
1364
return NULL;
1365
}
0 commit comments