Skip to content

Commit 8dbe138

Browse files
committed
fix: CI review
1 parent 5dd5be1 commit 8dbe138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

seasenselib/plotters/depth_profile_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DepthProfilePlotter(AbstractPlotter):
2020
2121
Methods:
2222
--------
23-
plot(output_file=None, title='Salinity and Temperature Profiles', show_grid=True, dot_size=3, show_lines_between_dots=True)
23+
``plot(output_file=None, title='Salinity and Temperature Profiles', show_grid=True, dot_size=3, show_lines_between_dots=True, *args, **kwargs)``
2424
Creates and displays/saves the vertical profile plot.
2525
"""
2626

0 commit comments

Comments
 (0)