Skip to content

Commit

Permalink
DOC: update docstring for _Frame (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tastatham committed Jul 15, 2021
1 parent a6d9faa commit 5984a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_geopandas/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _Frame(dd.core._Frame, OperatorMethodMixin):
The key prefix that specifies which keys in the dask comprise this
particular DataFrame / Series
meta : geopandas.GeoDataFrame, geopandas.GeoSeries
An empty cudf object with names, dtypes, and indices matching the
An empty geopandas object with names, dtypes, and indices matching the
expected output.
divisions : tuple of index values
Values along which we partition our blocks on the index
Expand Down

0 comments on commit 5984a6f

Please sign in to comment.