mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[2.0.x] Corrected doc'd type of some parameters from string to str.
Backport of d63c00a428
from master
This commit is contained in:
parent
9b5ba2168c
commit
906b42c121
2 changed files with 3 additions and 3 deletions
|
@ -902,7 +902,7 @@ Geometry Factories
|
|||
.. function:: fromstr(string, srid=None)
|
||||
|
||||
:param string: string that contains spatial data
|
||||
:type string: string
|
||||
:type string: str
|
||||
:param srid: spatial reference identifier
|
||||
:type srid: int
|
||||
:rtype: a :class:`GEOSGeometry` corresponding to the spatial data in the string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue