Corrected "it's" to "its" when used possessively.

Fixed #20327.
This commit is contained in:
Thomas Thurman 2013-04-29 14:30:51 +01:00 committed by Aymeric Augustin
parent 3a4276ffc3
commit b47b0211f5
6 changed files with 6 additions and 6 deletions

View file

@ -845,7 +845,7 @@ include the SRID value (in other words, EWKB).
.. class:: WKBWriter
``WKBWriter`` provides the most control over its output. By default it
returns OGC-compliant WKB when it's ``write`` method is called. However,
returns OGC-compliant WKB when its ``write`` method is called. However,
it has properties that allow for the creation of EWKB, a superset of the
WKB standard that includes additional information.

View file

@ -194,7 +194,7 @@ Configure, make and install::
.. note::
Because GeoDjango has it's own Python interface, the preceding instructions
Because GeoDjango has its own Python interface, the preceding instructions
do not build GDAL's own Python bindings. The bindings may be built by
adding the ``--with-python`` flag when running ``configure``. See
`GDAL/OGR In Python`__ for more information on GDAL's bindings.