From 486d30ddc5b6643372bd3e092fce0ef7aaaa4ecb Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 13 Oct 2020 10:42:25 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- km3io/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3io/tools.py b/km3io/tools.py index 0536391..269033e 100644 --- a/km3io/tools.py +++ b/km3io/tools.py @@ -236,7 +236,7 @@ def best_track(tracks, the maximum range of rec_stages. stages : list or set, optional either a list or a set of stages: - - if stages is a list, the order of the rec_stages is conserved. + - list: the order of the rec_stages is conserved. - if stages in a set, the order is irrelevant. Returns -- GitLab