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 3f247ad commit e86cbc4Copy full SHA for e86cbc4
1 file changed
Doc/extref.tex
@@ -366,7 +366,7 @@ \section{Number Protocol}
366
reference counts), and return 0.
367
If no conversion is possible, or if some other error occurs,
368
return -1 (failure) and don't increment the reference counts.
369
- The call \code{PyNumber_Coerce(&o1, &o2)} is equivalent to the Python
+ The call \code{PyNumber_Coerce(\&o1, \&o2)} is equivalent to the Python
370
statement \code{o1, o2 = coerce(o1, o2)}.
371
\end{cfuncdesc}
372
0 commit comments