Fix typo in test function docstring (#5696)

This commit is contained in:
graue70 2020-07-05 15:49:06 +02:00 committed by GitHub
parent 3e78e82a83
commit 9860b8399e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.")