Fix typo (closes #2815) [ci skip]

This commit is contained in:
Ines Montani 2018-10-01 10:49:29 +02:00
parent 9faea3ff10
commit 7806deceb4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ p
| but somewhat ugly in Python. Logic that deals with Python or platform
| compatibility only lives in #[code spacy.compat]. To distinguish them from
| the builtin functions, replacement functions are suffixed with an
| undersocre, e.e #[code unicode_].
| underscore, e.e #[code unicode_].
+aside-code("Example").
from spacy.compat import unicode_, json_dumps