Skip to content

Commit

Permalink
3 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Dec 3, 2024
1 parent f13e735 commit 0472b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def fmt_docstring(module_func):
if hasattr(module_func, "aliases"):
aliases = ["**Aliases:**\n"]
aliases.append(".. hlist::")
aliases.append(" :columns: 4\n")
aliases.append(" :columns: 3\n")
for arg in sorted(module_func.aliases):
alias = module_func.aliases[arg]
aliases.append(f" - {arg} = {alias}")
Expand Down

0 comments on commit 0472b91

Please sign in to comment.