Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e9d314

Browse files
committed
Capitalize "Python" for consistency.
1 parent 6a79be8 commit 7e9d314

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ \subsection{Plain Integer Objects}
20142014
integers between \code{-1} and \code{100}, when you create an int in
20152015
that range you actually just get back a reference to the existing
20162016
object. So it should be possible to change the value of \code{1}. I
2017-
suspect the behaviour of python in this case is undefined. :-)
2017+
suspect the behaviour of Python in this case is undefined. :-)
20182018
\end{cfuncdesc}
20192019
20202020
\begin{cfuncdesc}{long}{PyInt_AS_LONG}{PyIntObject *io}

Doc/api/api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ \subsection{Plain Integer Objects}
20142014
integers between \code{-1} and \code{100}, when you create an int in
20152015
that range you actually just get back a reference to the existing
20162016
object. So it should be possible to change the value of \code{1}. I
2017-
suspect the behaviour of python in this case is undefined. :-)
2017+
suspect the behaviour of Python in this case is undefined. :-)
20182018
\end{cfuncdesc}
20192019
20202020
\begin{cfuncdesc}{long}{PyInt_AS_LONG}{PyIntObject *io}

0 commit comments

Comments
 (0)