Fix docstring typo in to_crs (#2649)

This commit is contained in:
Kyle Barron
2022-11-14 08:30:02 +01:00
committed by GitHub
parent b3a48db5d7
commit cf2d2a9e9c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -698,7 +698,7 @@ class GeometryArray(ExtensionArray):
be set. Either ``crs`` or ``epsg`` may be specified for output.
This method will transform all points in all objects. It has no notion
or projecting entire geometries. All segments joining points are
of projecting entire geometries. All segments joining points are
assumed to be lines in the current projection, not geodesics. Objects
crossing the dateline (or other projection boundary) will have
undesirable behavior.
+1 -1
View File
@@ -1289,7 +1289,7 @@ individually so that features may have different properties
be set. Either ``crs`` or ``epsg`` may be specified for output.
This method will transform all points in all objects. It has no notion
or projecting entire geometries. All segments joining points are
of projecting entire geometries. All segments joining points are
assumed to be lines in the current projection, not geodesics. Objects
crossing the dateline (or other projection boundary) will have
undesirable behavior.
+1 -1
View File
@@ -1053,7 +1053,7 @@ class GeoSeries(GeoPandasBase, Series):
be set. Either ``crs`` or ``epsg`` may be specified for output.
This method will transform all points in all objects. It has no notion
or projecting entire geometries. All segments joining points are
of projecting entire geometries. All segments joining points are
assumed to be lines in the current projection, not geodesics. Objects
crossing the dateline (or other projection boundary) will have
undesirable behavior.