Skip to content

Commit a526d45

Browse files
weiji14seisman
andcommitted
Fix rst syntax in pygmt/helpers/utils.py
Co-Authored-By: Dongdong Tian <[email protected]>
1 parent ecb580e commit a526d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/helpers/utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def build_arg_string(kwargs):
131131
same command line argument. For example, the kwargs entry ``'B': ['xa',
132132
'yaf']`` will be converted to ``-Bxa -Byaf`` in the argument string.
133133
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
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
136136
strings (e.g. "+proj=longlat +datum=WGS84") will have their spaces removed.
137137
See https://github.com/GenericMappingTools/pygmt/pull/1487 for more info.
138138

0 commit comments

Comments
 (0)