mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
DOC: change geometries’s to geometry's (#2586)
Co-authored-by: shogohida <shogohida@gmail.com>
This commit is contained in:
@@ -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
@@ -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
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user