Skip to content

Commit b47b021

Browse files
Thomas Thurmanaaugustin
Thomas Thurman
authored andcommitted
Corrected "it's" to "its" when used possessively.
Fixed #20327.
1 parent 3a4276f commit b47b021

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/ref/contrib/gis/geos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ include the SRID value (in other words, EWKB).
845845
.. class:: WKBWriter
846846

847847
``WKBWriter`` provides the most control over its output. By default it
848-
returns OGC-compliant WKB when it's ``write`` method is called. However,
848+
returns OGC-compliant WKB when its ``write`` method is called. However,
849849
it has properties that allow for the creation of EWKB, a superset of the
850850
WKB standard that includes additional information.
851851

docs/ref/contrib/gis/install/geolibs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Configure, make and install::
194194

195195
.. note::
196196

197-
Because GeoDjango has it's own Python interface, the preceding instructions
197+
Because GeoDjango has its own Python interface, the preceding instructions
198198
do not build GDAL's own Python bindings. The bindings may be built by
199199
adding the ``--with-python`` flag when running ``configure``. See
200200
`GDAL/OGR In Python`__ for more information on GDAL's bindings.

docs/ref/templates/builtins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ just declare the cycle, but not output the first value, you can add a
176176

177177
This will output a list of ``<tr>`` elements with ``class``
178178
alternating between ``row1`` and ``row2``; the subtemplate will have
179-
access to ``rowcolors`` in it's context that matches the class of the
179+
access to ``rowcolors`` in its context that matches the class of the
180180
``<tr>`` that encloses it. If the ``silent`` keyword were to be
181181
omitted, ``row1`` would be emitted as normal text, outside the
182182
``<tr>`` element.

docs/releases/1.3-alpha-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To access this library, Django provides the
8787
``django.utils.unittest`` module alias. If you are using Python
8888
2.7, or you have installed unittest2 locally, Django will map the
8989
alias to the installed version of the unittest library. Otherwise,
90-
Django will use it's own bundled version of unittest2.
90+
Django will use its own bundled version of unittest2.
9191

9292
To use this alias, simply use::
9393

docs/topics/forms/media.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ basic Calendar widget from the example above::
146146
<script type="text/javascript" src="http://static.example.com/actions.js"></script>
147147
<script type="text/javascript" src="http://static.example.com/whizbang.js"></script>
148148

149-
The FancyCalendar widget inherits all the media from it's parent widget. If
149+
The FancyCalendar widget inherits all the media from its parent widget. If
150150
you don't want media to be inherited in this way, add an ``extend=False``
151151
declaration to the media declaration::
152152

docs/topics/logging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ issued on the ``project.interesting`` and
169169
``project.interesting.stuff`` loggers.
170170

171171
This propagation can be controlled on a per-logger basis. If
172-
you don't want a particular logger to propagate to it's parents, you
172+
you don't want a particular logger to propagate to its parents, you
173173
can turn off this behavior.
174174

175175
Making logging calls

0 commit comments

Comments
 (0)