Skip to content

Commit 2b9ccff

Browse files
committed
Clean up
1 parent 1c4e948 commit 2b9ccff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/sedona/geopandas/geodataframe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ def __init__(
488488
geometry: pspd.Series = self["geometry"]
489489
if isinstance(geometry, sgpd.GeoSeries):
490490
geom_crs = geometry.crs
491-
# geom_crs = self._safe_get_crs()
492491
if geom_crs is None:
493492
if crs is not None:
494493
geometry.set_crs(crs, inplace=True)
@@ -874,7 +873,7 @@ def copy(self, deep=False):
874873
875874
Parameters:
876875
- deep: bool, default False
877-
This parameter is not supported but just dummy parameter to match pandas.
876+
This parameter is not supported but just a dummy parameter to match pandas.
878877
879878
Returns:
880879
- GeoDataFrame: A copy of this GeoDataFrame object.

0 commit comments

Comments
 (0)