]> granicus.if.org Git - python/commitdiff
Fix casing of function names.
authorGeorg Brandl <georg@python.org>
Wed, 22 Feb 2006 11:46:55 +0000 (11:46 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 22 Feb 2006 11:46:55 +0000 (11:46 +0000)
Doc/api/concrete.tex

index 583a54858cdf8cf22815a664be42b9db12ae9b75..3b12b5c28ab23895bc4c0da7d732adfe2f284589 100644 (file)
@@ -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}