Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 6, 2023
1 parent 7593354 commit 51a4425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/clib/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def kwargs_to_ctypes_array(argument, kwargs, dtype):

def array_to_datetime(array):
"""
Convert an 1-D datetime array from various types into numpy.datetime64.
Convert n 1-D datetime array from various types into numpy.datetime64.
If the input array is not in legal datetime formats, raise a ValueError
exception.
Expand Down

0 comments on commit 51a4425

Please sign in to comment.