mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix grammar (it's -> its).
This commit is contained in:
parent
3b1cbf9ba0
commit
c49322951f
5 changed files with 7 additions and 7 deletions
|
@ -617,7 +617,7 @@ verbatim
|
|||
Documentation for a ``simple'' macro. Simple macros are macros
|
||||
which are used for code expansion, but which do not take
|
||||
arguments so cannot be described as functions. This is not to
|
||||
be used for simple constant definitions. Examples of it's use
|
||||
be used for simple constant definitions. Examples of its use
|
||||
in the Python documentation include
|
||||
\csimplemacro{PyObject_HEAD} and
|
||||
\csimplemacro{Py_BEGIN_ALLOW_THREADS}.
|
||||
|
@ -812,7 +812,7 @@ verbatim
|
|||
The name of a ``simple'' macro. Simple macros are macros
|
||||
which are used for code expansion, but which do not take
|
||||
arguments so cannot be described as functions. This is not to
|
||||
be used for simple constant definitions. Examples of it's use
|
||||
be used for simple constant definitions. Examples of its use
|
||||
in the Python documentation include
|
||||
\csimplemacro{PyObject_HEAD} and
|
||||
\csimplemacro{Py_BEGIN_ALLOW_THREADS}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue