Skip to content

Commit

Permalink
typo in ImportError message
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Nov 14, 2023
1 parent ea738cd commit 79b0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/testing/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import hypothesis.strategies as st
except ImportError as e:
raise ImportError(
"`xarray.stesting.strategies` requires `hypothesis` to be installed."
"`xarray.testing.strategies` requires `hypothesis` to be installed."
) from e

import hypothesis.extra.numpy as npst
Expand Down

0 comments on commit 79b0094

Please sign in to comment.