Skip to content

Commit b15a38a

Browse files
tests/test_datatypes_dataset: Fix typo in comment (#3177)
1 parent 9da3ea3 commit b15a38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_datatypes_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_dataset_empty():
8686

8787
def test_dataset_to_strings_with_none_values():
8888
"""
89-
Test that None values in the trailing text doesn't raise an excetion.
89+
Test that None values in the trailing text doesn't raise an exception.
9090
9191
Due to a likely upstream bug, the trailing texts sometimes can be ``None`` when
9292
downloading tiled grids. The temporary workaround is to replace any None values with

0 commit comments

Comments
 (0)