From ab1098645341ba83b43ad3e5c662c4062536ec68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Sun, 19 Sep 2021 22:55:47 +0200 Subject: [PATCH] Fixed typo. --- Troubled_Cell_Detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py index c4840d3..a4d8da8 100644 --- a/Troubled_Cell_Detector.py +++ b/Troubled_Cell_Detector.py @@ -212,7 +212,7 @@ class TroubledCellDetector(object): class NoDetection(TroubledCellDetector): - """Class without any troubled_cell detection. + """Class without any troubled-cell detection. Methods ------- -- GitLab