]> granicus.if.org Git - python/commitdiff
Fix grammar (it's -> its).
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 18 Jun 2005 17:54:13 +0000 (17:54 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 18 Jun 2005 17:54:13 +0000 (17:54 +0000)
Doc/api/concrete.tex
Doc/api/newtypes.tex
Doc/doc/doc.tex
Doc/mac/libframework.tex
Doc/ref/ref2.tex

index 8c937159814c934474335ed736e204c1f9829b41..e174beed086c8600132a11474eca8decedd07fda 100644 (file)
@@ -2200,7 +2200,7 @@ There are very few functions specific to instance objects.
 
 \begin{cfuncdesc}{PyObject*}{PyInstance_NewRaw}{PyObject *class,
                                                 PyObject *dict}
-  Create a new instance of a specific class without calling it's
+  Create a new instance of a specific class without calling its
   constructor.  \var{class} is the class of new object.  The
   \var{dict} parameter will be used as the object's \member{__dict__};
   if \NULL{}, a new dictionary will be created for the instance.
index f78066c39227eb45af06741c6d81e160519bb50f..a95f8361115e4ded7be94bd37d9dc7b83fa73fe5 100644 (file)
@@ -191,7 +191,7 @@ These macros are used in the definition of \ctype{PyObject} and
     int ob_size;
   \end{verbatim}
   Note that \csimplemacro{PyObject_HEAD} is part of the expansion, and
-  that it's own expansion varies depending on the definition of
+  that its own expansion varies depending on the definition of
   \csimplemacro{Py_TRACE_REFS}.
 \end{csimplemacrodesc}
 
index d16c414616c28e3a7bb482f61344964c8c3b74b3..ebebd91cafc7cf86caae74e5058ee798d59a174d 100644 (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}.
index e7c38ef6c8c542cf90c999d9d3b851e16941647a..692c31fe4c983588a62598b646c2a50f268d0a04 100644 (file)
@@ -29,8 +29,8 @@ into the control-flow at many different places. \refmodule{W}, for
 instance, uses a different way to enable/disable menus and that plugs
 right in leaving the rest intact.  The weak points of
 \module{FrameWork} are that it has no abstract command interface (but
-that shouldn't be difficult), that it's dialog support is minimal and
-that it's control/toolbar support is non-existent.
+that shouldn't be difficult), that its dialog support is minimal and
+that its control/toolbar support is non-existent.
 \end{quotation}
 
 
index 68f6570c9c4a026b8fe80a9e4179c5d1e5d66ca3..950a7324b9568f67d78bc5f9af37ef3dc10ce36f 100644 (file)
@@ -349,7 +349,7 @@ trailing underscore characters:
 
 \item[\code{__*__}]
   System-defined names.  These names are defined by the interpreter
-  and it's implementation (including the standard library);
+  and its implementation (including the standard library);
   applications should not expect to define additional names using this
   convention.  The set of names of this class defined by Python may be
   extended in future versions.