Skip to content

Commit d6bbccc

Browse files
committed
Fix the build_arg_string doctest
1 parent f6b69a2 commit d6bbccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/helpers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def build_arg_string(kwdict, confdict=None, infile=None, outfile=None):
402402
... ),
403403
... )
404404
... )
405-
-BWSne+tBlank\040Space -Baf -F+t"Empty\040\040Spaces" -l'Void\040Space'
405+
-BWSne+tBlank\040Space -Baf -F+t\042Empty\040\040Spaces\042 -l\234Void\040Space\234
406406
>>> print(
407407
... build_arg_string(
408408
... dict(A="0", B=True, C="rainbow"),

0 commit comments

Comments
 (0)