Skip to content

Commit

Permalink
Fix rst syntax in pygmt/helpers/utils.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Dongdong Tian <[email protected]>
  • Loading branch information
weiji14 and seisman committed Mar 13, 2022
1 parent ecb580e commit a526d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def build_arg_string(kwargs):
same command line argument. For example, the kwargs entry ``'B': ['xa',
'yaf']`` will be converted to ``-Bxa -Byaf`` in the argument string.
Note that spaces ` ` in arguments are converted to the equivalent octal
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
strings (e.g. "+proj=longlat +datum=WGS84") will have their spaces removed.
See https://github.com/GenericMappingTools/pygmt/pull/1487 for more info.
Expand Down

0 comments on commit a526d45

Please sign in to comment.