From 10927a9a06c146e925b1dc89fa8ba92330dfc9fe Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Tue, 12 Dec 2023 11:39:59 +0100 Subject: [PATCH] Fix typo Co-authored-by: Daniel Morcuende --- ctapipe/io/pointing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctapipe/io/pointing.py b/ctapipe/io/pointing.py index 4e108191344..4c8bcece73e 100644 --- a/ctapipe/io/pointing.py +++ b/ctapipe/io/pointing.py @@ -25,7 +25,7 @@ class PointingInterpolator(Component): ).tag(config=True) extrapolate = traits.Bool( - help="If bounds_error is False, this flag will specify wether values outside" + help="If bounds_error is False, this flag will specify whether values outside" "the available values are filled with nan (False) or extrapolated (True).", default_value=False, ).tag(config=True)