From d63c00a4283ce85622ec00c6f668630078c75817 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 12 Feb 2018 09:09:46 -0500 Subject: Corrected doc'd type of some parameters from string to str. --- docs/ref/contrib/gis/geos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib') diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index e79e621239..4fc660fd95 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -905,7 +905,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 -- cgit v1.3