DOC: change geometries’s to geometry's (#2586)

Co-authored-by: shogohida <shogohida@gmail.com>
This commit is contained in:
Shogo Hida
2022-10-11 21:26:19 +11:00
committed by GitHub
co-authored by shogohida
parent 95751e6e17
commit 09d61446d8
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ Constructive Methods
.. attribute:: GeoSeries.boundary
Returns a :class:`~geopandas.GeoSeries` of lower dimensional objects representing
each geometries's set-theoretic `boundary`.
each geometry's set-theoretic `boundary`.
.. attribute:: GeoSeries.centroid
+1 -1
View File
@@ -424,7 +424,7 @@ GeometryCollection
@property
def boundary(self):
"""Returns a ``GeoSeries`` of lower dimensional objects representing
each geometries's set-theoretic `boundary`.
each geometry's set-theoretic `boundary`.
Examples
--------