mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Protect '&' signs with '\' in description of PyNumber_Coerce.
This commit is contained in:
parent
3f247ade66
commit
e86cbc43f2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ From the viewpoint of of C access to Python services, we have:
|
|||
reference counts), and return 0.
|
||||
If no conversion is possible, or if some other error occurs,
|
||||
return -1 (failure) and don't increment the reference counts.
|
||||
The call \code{PyNumber_Coerce(&o1, &o2)} is equivalent to the Python
|
||||
The call \code{PyNumber_Coerce(\&o1, \&o2)} is equivalent to the Python
|
||||
statement \code{o1, o2 = coerce(o1, o2)}.
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue