Skip to content

Commit

Permalink
Fix D409: Section underline should match the length of its name
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 27, 2023
1 parent 608f38d commit 0f9cb0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def args_in_kwargs(args, kwargs):
short-form aliases of the parameters.
Returns
--------
-------
bool
If one of the required arguments is in ``kwargs``.
Expand Down
6 changes: 3 additions & 3 deletions pygmt/src/grdhisteq.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _grdhisteq(grid, output_type, **kwargs):
``outgrid`` or ``outfile``)
See Also
-------
--------
:func:`pygmt.grd2cpt`
"""

Expand Down Expand Up @@ -194,7 +194,7 @@ def equalize_grid(
>>> grid = pygmt.grdhisteq.equalize_grid(grid=grid, gaussian=True)
See Also
-------
--------
:func:`pygmt.grd2cpt`
Note
Expand Down Expand Up @@ -306,7 +306,7 @@ def compute_bins(
4 705.0 2275.5
See Also
-------
--------
:func:`pygmt.grd2cpt`
Note
Expand Down

0 comments on commit 0f9cb0b

Please sign in to comment.