Skip to content

Commit

Permalink
docstring bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vergauwenthomas committed Oct 10, 2024
1 parent dc8b21a commit 329ee16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metobs_toolkit/dataset_visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def make_plot(
... 'zorder': 5,
... 'linestyle': '--'},
... 'vlinder05': {'color': 'black',
'zorder': 6}})
... 'zorder': 6}})
>>> ax.grid(True)
"""
Expand Down

0 comments on commit 329ee16

Please sign in to comment.