]> granicus.if.org Git - python/commitdiff
Capitalize "Python" for consistency.
authorFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 05:02:28 +0000 (05:02 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 05:02:28 +0000 (05:02 +0000)
Doc/api.tex
Doc/api/api.tex

index 942c30a5c54d0c671c8b6710bb883413675ba97f..e0c3ad2a5bf610a8c777ab8fca11064d89af2978 100644 (file)
@@ -2014,7 +2014,7 @@ The current implementation keeps an array of integer objects for all
 integers between \code{-1} and \code{100}, when you create an int in
 that range you actually just get back a reference to the existing
 object. So it should be possible to change the value of \code{1}. I
-suspect the behaviour of python in this case is undefined. :-)
+suspect the behaviour of Python in this case is undefined. :-)
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{long}{PyInt_AS_LONG}{PyIntObject *io}
index 942c30a5c54d0c671c8b6710bb883413675ba97f..e0c3ad2a5bf610a8c777ab8fca11064d89af2978 100644 (file)
@@ -2014,7 +2014,7 @@ The current implementation keeps an array of integer objects for all
 integers between \code{-1} and \code{100}, when you create an int in
 that range you actually just get back a reference to the existing
 object. So it should be possible to change the value of \code{1}. I
-suspect the behaviour of python in this case is undefined. :-)
+suspect the behaviour of Python in this case is undefined. :-)
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{long}{PyInt_AS_LONG}{PyIntObject *io}