Capitalize "Python" for consistency.
diff --git a/Doc/api.tex b/Doc/api.tex
index 942c30a..e0c3ad2 100644
--- a/Doc/api.tex
+++ b/Doc/api.tex
@@ -2014,7 +2014,7 @@
 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}