From 72fc3ef4af627774db2197bfe78bf84338f0c014 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 7 Oct 2020 14:03:14 +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 67d2c74..b9c98ef 100644 --- a/km3io/tools.py +++ b/km3io/tools.py @@ -196,7 +196,7 @@ def fitparams(): def count_nested(Array, axis=0): - """count elements in a nested awkward Array. + """Count elements in a nested awkward Array. Parameters ---------- -- GitLab