Skip to content

Commit 6d1e93f

Browse files
authored
Fix a typo
1 parent 13ec03f commit 6d1e93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/helpers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def data_kind(
239239
['file', 'file']
240240
>>> data_kind(data=Path("file.txt"))
241241
'file'
242-
>>> data_kind(data=(Path("file1.txt", "file2.txt")))
242+
>>> data_kind(data=(Path("file1.txt"), Path("file2.txt")))
243243
'file'
244244
245245
The "grid" kind:

0 commit comments

Comments
 (0)