mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
Fix typo in test function docstring (#5696)
This commit is contained in:
parent
3e78e82a83
commit
9860b8399e
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user