Commit 10dd7b4f authored by Georg Brandl's avatar Georg Brandl

Fix casing of function names.

parent b4f52550
...@@ -3005,9 +3005,9 @@ either the abstract object protocol (including ...@@ -3005,9 +3005,9 @@ either the abstract object protocol (including
or the abstract number protocol (including or the abstract number protocol (including
\cfunction{PyNumber_Add()}, \cfunction{PyNumber_Subtract()}, \cfunction{PyNumber_Add()}, \cfunction{PyNumber_Subtract()},
\cfunction{PyNumber_Or()}, \cfunction{PyNumber_Xor()}, \cfunction{PyNumber_Or()}, \cfunction{PyNumber_Xor()},
\cfunction{PyNumber_InplaceAdd()}, \cfunction{PyNumber_InplaceSubtract()}, \cfunction{PyNumber_InPlaceAdd()}, \cfunction{PyNumber_InPlaceSubtract()},
\cfunction{PyNumber_InplaceOr()}, and \cfunction{PyNumber_InplaceXor()}). \cfunction{PyNumber_InPlaceOr()}, and \cfunction{PyNumber_InPlaceXor()}).
Note, \cfunction{PyNumber_InplaceSubtract()} is also useful clearing Note, \cfunction{PyNumber_InPlaceSubtract()} is also useful clearing
clearing a set (\code{s-=s}). clearing a set (\code{s-=s}).
\begin{ctypedesc}{PySetObject} \begin{ctypedesc}{PySetObject}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment