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

View File

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