mirror of https://github.com/explosion/spaCy.git
Fix typo (closes #2815) [ci skip]
This commit is contained in:
parent
9faea3ff10
commit
7806deceb4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue