Skip to content

Commit 870d2ae

Browse files
DOC: fix indentation in docstring of from_wkb/from_wkt (#297)
1 parent fcbddf2 commit 870d2ae

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

dask_geopandas/core.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -891,10 +891,10 @@ def from_wkt(wkt, crs=None):
891891
wkt: dask Series
892892
A dask Series containing WKT objects.
893893
crs: value, optional
894-
Coordinate Reference System of the geometry objects. Can be anything
895-
accepted by
896-
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
897-
such as an authority string (eg "EPSG:4326") or a WKT string.
894+
Coordinate Reference System of the geometry objects.
895+
Can be anything accepted by
896+
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
897+
such as an authority string (eg "EPSG:4326") or a WKT string.
898898
899899
Returns
900900
-------
@@ -916,10 +916,10 @@ def from_wkb(wkb, crs=None):
916916
wkb: dask Series
917917
A dask Series containing WKB objects.
918918
crs: value, optional
919-
Coordinate Reference System of the geometry objects. Can be anything
920-
accepted by
921-
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
922-
such as an authority string (eg "EPSG:4326") or a WKT string.
919+
Coordinate Reference System of the geometry objects.
920+
Can be anything accepted by
921+
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
922+
such as an authority string (eg "EPSG:4326") or a WKT string.
923923
924924
Returns
925925
-------

dask_geopandas/expr.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,10 @@ def from_wkt(wkt, crs=None):
923923
wkt: dask Series
924924
A dask Series containing WKT objects.
925925
crs: value, optional
926-
Coordinate Reference System of the geometry objects. Can be anything
927-
accepted by
928-
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
929-
such as an authority string (eg "EPSG:4326") or a WKT string.
926+
Coordinate Reference System of the geometry objects.
927+
Can be anything accepted by
928+
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
929+
such as an authority string (eg "EPSG:4326") or a WKT string.
930930
931931
Returns
932932
-------
@@ -948,10 +948,10 @@ def from_wkb(wkb, crs=None):
948948
wkb: dask Series
949949
A dask Series containing WKB objects.
950950
crs: value, optional
951-
Coordinate Reference System of the geometry objects. Can be anything
952-
accepted by
953-
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
954-
such as an authority string (eg "EPSG:4326") or a WKT string.
951+
Coordinate Reference System of the geometry objects.
952+
Can be anything accepted by
953+
:meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
954+
such as an authority string (eg "EPSG:4326") or a WKT string.
955955
956956
Returns
957957
-------

0 commit comments

Comments
 (0)