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

Skip to content

Commit e86cbc4

Browse files
committed
Protect '&' signs with '\' in description of PyNumber_Coerce.
1 parent 3f247ad commit e86cbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extref.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ \section{Number Protocol}
366366
reference counts), and return 0.
367367
If no conversion is possible, or if some other error occurs,
368368
return -1 (failure) and don't increment the reference counts.
369-
The call \code{PyNumber_Coerce(&o1, &o2)} is equivalent to the Python
369+
The call \code{PyNumber_Coerce(\&o1, \&o2)} is equivalent to the Python
370370
statement \code{o1, o2 = coerce(o1, o2)}.
371371
\end{cfuncdesc}
372372

0 commit comments

Comments
 (0)