From 79b009497803f74871da475a6b6ef59ce025d971 Mon Sep 17 00:00:00 2001 From: TomNicholas Date: Tue, 14 Nov 2023 10:23:47 -0500 Subject: [PATCH] typo in ImportError message --- xarray/testing/strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/testing/strategies.py b/xarray/testing/strategies.py index a8f2bd35bf5..4c74719ea97 100644 --- a/xarray/testing/strategies.py +++ b/xarray/testing/strategies.py @@ -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