Skip to content

Commit

Permalink
Improve docstrings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Oct 27, 2023
1 parent c5b90fa commit 7fb9c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/helpers/validators.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Functions to check if a given argument is valid.
Functions to check if given arguments are valid.
"""
import warnings

Expand All @@ -17,7 +17,7 @@ def validate_output_type(output_type, outfile=None):
"pandas".
outfile : str
The file name for the output table file. Required if
`output_type="file"`.
``output_type="file"``.
Returns
-------
Expand Down

0 comments on commit 7fb9c42

Please sign in to comment.