From 5984a6f5e4f11d96563c9275e982d78895ac755c Mon Sep 17 00:00:00 2001 From: Thomas Statham <38427573+tastatham@users.noreply.github.com> Date: Thu, 15 Jul 2021 14:47:54 +0100 Subject: [PATCH] DOC: update docstring for _Frame (#84) --- dask_geopandas/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dask_geopandas/core.py b/dask_geopandas/core.py index 6b202ba5..b98a17b3 100644 --- a/dask_geopandas/core.py +++ b/dask_geopandas/core.py @@ -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