From 237a75798ae01eca0363cf70fe9abc32709e4339 Mon Sep 17 00:00:00 2001 From: Masanari Kimura Date: Wed, 3 Mar 2021 10:18:33 +0900 Subject: [PATCH] fix typo --- tests/test_recall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_recall.py b/tests/test_recall.py index f37d32b..3e8b8fd 100644 --- a/tests/test_recall.py +++ b/tests/test_recall.py @@ -62,7 +62,7 @@ def test_RecallClass_score(self): score = obj.score(real, pred) def test_recall_function(self): - """Teest of ts_recall function. + """Test of ts_recall function. """ # test case1