Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygmt/tests/test_datatypes_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_dataset_empty():

def test_dataset_to_strings_with_none_values():
"""
Test that None values in the trailing text doesn't raise an excetion.
Test that None values in the trailing text doesn't raise an exception.

Due to a likely upstream bug, the trailing texts sometimes can be ``None`` when
downloading tiled grids. The temporary workaround is to replace any None values with
Expand Down