From 9860b8399ed2a3d1d680e1c1cd31d85926422709 Mon Sep 17 00:00:00 2001 From: graue70 <23035329+graue70@users.noreply.github.com> Date: Sun, 5 Jul 2020 15:49:06 +0200 Subject: [PATCH] Fix typo in test function docstring (#5696) --- spacy/tests/regression/test_issue2501-3000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/regression/test_issue2501-3000.py b/spacy/tests/regression/test_issue2501-3000.py index 1f5e44499..622fc3635 100644 --- a/spacy/tests/regression/test_issue2501-3000.py +++ b/spacy/tests/regression/test_issue2501-3000.py @@ -59,7 +59,7 @@ def test_issue2626_2835(en_tokenizer, text): def test_issue2656(en_tokenizer): - """Test that tokenizer correctly splits of punctuation after numbers with + """Test that tokenizer correctly splits off punctuation after numbers with decimal points. """ doc = en_tokenizer("I went for 40.3, and got home by 10.0.")