mirror of https://github.com/explosion/spaCy.git
Add missing docstrings
This commit is contained in:
parent
da10a049a6
commit
2e72683baa
|
@ -1,4 +1,7 @@
|
|||
# coding: utf-8
|
||||
"""Test that tokens are created correctly for contractions."""
|
||||
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# coding: utf-8
|
||||
"""Test that open, closed and paired punctuation is split off correctly."""
|
||||
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
|
|
Loading…
Reference in New Issue