Fix grammar (it's -> its).

This commit is contained in:
Neil Schemenauer 2005-06-18 17:54:13 +00:00
parent 3b1cbf9ba0
commit c49322951f
5 changed files with 7 additions and 7 deletions

View file

@ -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}.