Skip to content

Commit

Permalink
[skip ci]fix typo (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma-Song committed Jul 20, 2020
1 parent 1a8ab9e commit 0294677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/arctern/geoseries/geoseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def difference(self, other):

def symmetric_difference(self, other):
"""
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.
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.
Parameters
----------
Expand Down Expand Up @@ -1652,7 +1652,7 @@ def intersection(self, other):

def union(self, other):
"""
This function returns a geometry being a union of two input geometries.
Returns a geometry being a union of two input geometries.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion spark/arctern_spark/geodataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def reset_index(self, level=None, drop=False, inplace=False, col_level=0, col_fi
@classmethod
def from_file(cls, filename, **kwargs):
"""
Constructs a GeoDataFrame from a file or url.
Constructs a GeoDataFrame from a file or URL.
Parameters
-----------
Expand Down

0 comments on commit 0294677

Please sign in to comment.