[2.0.x] Corrected doc'd type of some parameters from string to str.

Backport of d63c00a428 from master
This commit is contained in:
Tim Graham 2018-02-12 09:09:46 -05:00
parent 9b5ba2168c
commit 906b42c121
2 changed files with 3 additions and 3 deletions

View file

@ -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