Skip to content

Commit 8acf0bf

Browse files
committed
correct doc
1 parent 940aee4 commit 8acf0bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

climada/util/coordinates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ def dist_to_coast(coord_lat, lon=None):
153153
lon (np.array or float, optional):
154154
- np.array with one dimension containing longitudes
155155
- float with a longitude value
156+
156157
Returns:
158+
np.array
157159
"""
158160
if lon is None:
159161
if isinstance(coord_lat, tuple):

0 commit comments

Comments
 (0)