Skip to content

Commit aa49ffc

Browse files
committed
Correctly format docstrings
1 parent 1dda5d2 commit aa49ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/src/magnetic_rose.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
from pygmt.alias import Alias, AliasSystem
99
from pygmt.clib import Session
1010
from pygmt.exceptions import GMTInvalidInput
11-
from pygmt.helpers import build_arg_list
11+
from pygmt.helpers import build_arg_list, fmt_docstrings
1212
from pygmt.params import Box, Position
1313

1414

15+
@fmt_docstrings
1516
def magnetic_rose( # noqa: PLR0913
1617
self,
1718
position: Position | None = None,

0 commit comments

Comments
 (0)