Kaydet (Commit) 7e9d3148 authored tarafından Fred Drake's avatar Fred Drake

Capitalize "Python" for consistency.

üst 6a79be8d
......@@ -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}
......
......@@ -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}
......
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