Skip to content

Commit 70aa0fc

Browse files
climada.util.plot: pydoc cosmetics
1 parent 78efc1e commit 70aa0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/util/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def make_map(num_sub=1, figsize=(9, 13), proj=ccrs.PlateCarree(), adapt_fontsize
515515
516516
Returns
517517
-------
518-
fig, axis_sub : matplotlib.figure.Figure, cartopy.mpl.geoaxes.GeoAxesSubplot
518+
fig, axis_sub, fontsize : matplotlib.figure.Figure, cartopy.mpl.geoaxes.GeoAxesSubplot, int
519519
"""
520520
if isinstance(num_sub, int):
521521
num_row, num_col = _get_row_col_size(num_sub)

0 commit comments

Comments
 (0)