Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Morcuende <[email protected]>
  • Loading branch information
maxnoe and morcuended authored Dec 12, 2023
1 parent 875ae2a commit 10927a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/io/pointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 10927a9

Please sign in to comment.