Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pygmt/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
projection : str
*Required if this is the first plot command*.
*projcode*\[*projparams*/]\ *width*.
Select map projection.""",
Select map :doc:`projection </projections/index>`.""",
"B": r"""
frame : bool or str or list
Set map boundary frame and axes attributes.""",
Expand Down Expand Up @@ -198,7 +198,7 @@ def fmt_docstring(module_func):
projection : str
*Required if this is the first plot command*.
*projcode*\[*projparams*/]\ *width*.
Select map projection.
Select map :doc:`projection </projections/index>`.
<BLANKLINE>
**Aliases:**
<BLANKLINE>
Expand Down