From 5c2b99021bf2390324b1fd9aae34f593420bec93 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 7 Oct 2020 14:02:30 +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 5c95062..68263ec 100644
--- a/km3io/tools.py
+++ b/km3io/tools.py
@@ -229,7 +229,7 @@ def get_multiplicity(tracks, rec_stages):
     tracks : class km3io.offline.OfflineBranch
         tracks or a subste of tracks. 
     rec_stages : list
-        the reconstruction stages of interest. Examle: [1, 2, 3, 4, 5].
+        Reconstruction stages (the ordering is respected) e.g. [1, 2, 3, 4, 5].
 
     Returns
     -------
-- 
GitLab