1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Various documentation typo/spelling fixes

Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.

Backport of 11d453bcad from master
This commit is contained in:
Marti Raudsepp
2014-04-23 02:05:14 +03:00
committed by Tim Graham
parent 49f5a29493
commit c5306d4af1
15 changed files with 16 additions and 16 deletions

View File

@@ -739,7 +739,7 @@ systems and coordinate transformation::
.. attribute:: z
Returns the Z coordinate of this point, or ``None`` if the
the point does not have a Z coordinate::
point does not have a Z coordinate::
>>> OGRGeometry('POINT (1 2 3)').z
3.0

View File

@@ -872,7 +872,7 @@ Returns WKB of the geometry in hexadecimal. Example::
.. attribute:: WKBWriter.byteorder
This property may be be set to change the byte-order of the geometry
This property may be set to change the byte-order of the geometry
representation.
=============== =================================================