Skip to content

Commit

Permalink
Update pygmt/src/timestamp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Grund <[email protected]>
  • Loading branch information
seisman and michaelgrund authored Mar 15, 2023
1 parent c7d9bf4 commit 351ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def timestamp(
if len(str(text)) > 64:
msg = (
"Argument of 'text' must be no longer than 64 characters. "
"The text string will be truncated to 64 characters."
"The given text string will be truncated to 64 characters."
)
warnings.warn(message=msg, category=RuntimeWarning, stacklevel=2)
if Version(__gmt_version__) <= Version("6.4.0"):
Expand Down

0 comments on commit 351ea75

Please sign in to comment.