We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb580e commit a526d45Copy full SHA for a526d45
pygmt/helpers/utils.py
@@ -131,8 +131,8 @@ def build_arg_string(kwargs):
131
same command line argument. For example, the kwargs entry ``'B': ['xa',
132
'yaf']`` will be converted to ``-Bxa -Byaf`` in the argument string.
133
134
- Note that spaces ` ` in arguments are converted to the equivalent octal
135
- code `\040`, except in the case of -J (projection) arguments where PROJ4
+ Note that spaces `` `` in arguments are converted to the equivalent octal
+ code ``\040``, except in the case of -J (projection) arguments where PROJ4
136
strings (e.g. "+proj=longlat +datum=WGS84") will have their spaces removed.
137
See https://github.com/GenericMappingTools/pygmt/pull/1487 for more info.
138
0 commit comments