From d77e1364b3db875904d2943e9491327124ca9490 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Tue, 23 Apr 2024 10:17:17 +0200 Subject: [PATCH] Fix typo --- src/ctapipe/coordinates/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctapipe/coordinates/utils.py b/src/ctapipe/coordinates/utils.py index 5413948040d..33c766aef9c 100644 --- a/src/ctapipe/coordinates/utils.py +++ b/src/ctapipe/coordinates/utils.py @@ -63,7 +63,7 @@ def get_point_on_shower_axis(core_x, core_y, alt, az, telescope_position, distan telescope_position : GroundFrame Telescope position distance : u.Quantity[length] - Distance from along the shower axis from the ground of the point returned. + Distance along the shower axis from the ground of the point returned. Returns -------