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