mirror of
https://github.com/python/cpython.git
synced 2024-11-30 05:15:14 +08:00
Fix casing of function names.
This commit is contained in:
parent
418a1ef089
commit
b518d8c7d7
@ -3005,9 +3005,9 @@ either the abstract object protocol (including
|
||||
or the abstract number protocol (including
|
||||
\cfunction{PyNumber_Add()}, \cfunction{PyNumber_Subtract()},
|
||||
\cfunction{PyNumber_Or()}, \cfunction{PyNumber_Xor()},
|
||||
\cfunction{PyNumber_InplaceAdd()}, \cfunction{PyNumber_InplaceSubtract()},
|
||||
\cfunction{PyNumber_InplaceOr()}, and \cfunction{PyNumber_InplaceXor()}).
|
||||
Note, \cfunction{PyNumber_InplaceSubtract()} is also useful clearing
|
||||
\cfunction{PyNumber_InPlaceAdd()}, \cfunction{PyNumber_InPlaceSubtract()},
|
||||
\cfunction{PyNumber_InPlaceOr()}, and \cfunction{PyNumber_InPlaceXor()}).
|
||||
Note, \cfunction{PyNumber_InPlaceSubtract()} is also useful clearing
|
||||
clearing a set (\code{s-=s}).
|
||||
|
||||
\begin{ctypedesc}{PySetObject}
|
||||
|
Loading…
Reference in New Issue
Block a user