mirror of https://github.com/django/django.git
Fixed #22052 -- Corrected a misspelling of ellipsoid
This commit is contained in:
parent
4ac4c98cbd
commit
00da02cbfd
|
@ -1015,7 +1015,7 @@ Coordinate System Objects
|
||||||
and will automatically determines whether to return the linear
|
and will automatically determines whether to return the linear
|
||||||
or angular units.
|
or angular units.
|
||||||
|
|
||||||
.. attribute:: ellisoid
|
.. attribute:: ellipsoid
|
||||||
|
|
||||||
Returns a tuple of the ellipsoid parameters for this spatial
|
Returns a tuple of the ellipsoid parameters for this spatial
|
||||||
reference: (semimajor axis, semiminor axis, and inverse flattening)
|
reference: (semimajor axis, semiminor axis, and inverse flattening)
|
||||||
|
|
Loading…
Reference in New Issue