[Python-checkins] r42553 - python/trunk/Doc/api/concrete.tex

georg.brandl python-checkins at python.org
Wed Feb 22 12:46:56 CET 2006


Author: georg.brandl
Date: Wed Feb 22 12:46:55 2006
New Revision: 42553

Modified:
   python/trunk/Doc/api/concrete.tex
Log:
Fix casing of function names.



Modified: python/trunk/Doc/api/concrete.tex
==============================================================================
--- python/trunk/Doc/api/concrete.tex	(original)
+++ python/trunk/Doc/api/concrete.tex	Wed Feb 22 12:46:55 2006
@@ -3005,9 +3005,9 @@
 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}


More information about the Python-checkins mailing list