Skip to content

Commit 0294677

Browse files
authored
[skip ci]fix typo (#895)
1 parent 1a8ab9e commit 0294677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/arctern/geoseries/geoseries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def difference(self, other):
836836

837837
def symmetric_difference(self, other):
838838
"""
839-
For each geometry in the GeoSeries and the corresponding geometry given in ``other``, returns a geometry representing the portions of the two geometries that do not interset.
839+
For each geometry in the GeoSeries and the corresponding geometry given in ``other``, returns a geometry representing the portions of the two geometries that do not intersect.
840840
841841
Parameters
842842
----------
@@ -1652,7 +1652,7 @@ def intersection(self, other):
16521652

16531653
def union(self, other):
16541654
"""
1655-
This function returns a geometry being a union of two input geometries.
1655+
Returns a geometry being a union of two input geometries.
16561656
16571657
Parameters
16581658
----------

spark/arctern_spark/geodataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def reset_index(self, level=None, drop=False, inplace=False, col_level=0, col_fi
483483
@classmethod
484484
def from_file(cls, filename, **kwargs):
485485
"""
486-
Constructs a GeoDataFrame from a file or url.
486+
Constructs a GeoDataFrame from a file or URL.
487487
488488
Parameters
489489
-----------

0 commit comments

Comments
 (0)