Add missing docstrings

This commit is contained in:
Ines Montani 2017-01-05 13:10:21 +01:00
parent da10a049a6
commit 2e72683baa
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
# coding: utf-8
"""Test that tokens are created correctly for contractions."""
from __future__ import unicode_literals
import pytest

View File

@ -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