Skip to content

Commit

Permalink
Fix the build_arg_string doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 13, 2024
1 parent f6b69a2 commit d6bbccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def build_arg_string(kwdict, confdict=None, infile=None, outfile=None):
... ),
... )
... )
-BWSne+tBlank\040Space -Baf -F+t"Empty\040\040Spaces" -l'Void\040Space'
-BWSne+tBlank\040Space -Baf -F+t\042Empty\040\040Spaces\042 -l\234Void\040Space\234
>>> print(
... build_arg_string(
... dict(A="0", B=True, C="rainbow"),
Expand Down

0 comments on commit d6bbccc

Please sign in to comment.