Skip to content

Commit

Permalink
Fix string to str in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 4, 2020
1 parent a1f5839 commit 8869feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ def grdcontour(self, grid, **kwargs):
limit : str or list of 2 ints
Do no draw contours below `low` or above `high`, specify as string
``'[low]/[high]'`` or list ``[low,high]``.
cut : string or int
cut : str or int
Do not draw contours with less than `cut` number of points.
resample : string or int
resample : str or int
Resample smoothing factor.
{J}
{R}
Expand Down

0 comments on commit 8869feb

Please sign in to comment.