mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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
|
| 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user