Skip to content

Commit a733e8e

Browse files
committed
Remove useless info in get_crs_unit docstring
1 parent f14d5f0 commit a733e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/util/coordinates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def get_crs_unit(coords):
136136
-------
137137
unit : str
138138
The unit of measurement for the coordinate system, as specified in the
139-
CRS axis information. Assumes that both axes have the same unit.
139+
CRS axis information.
140140
"""
141141

142142
unit = coords.crs.axis_info[0].unit_name # assume both axes have the same unit

0 commit comments

Comments
 (0)