mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Merge pull request #1114 from v3t3a/patch-1
docs - Update doc.jade (Just remove a duplicate 'doc =')
This commit is contained in:
commit
fe8d136ae0
|
@ -18,7 +18,7 @@ p
|
||||||
|
|
||||||
# Construction 2
|
# Construction 2
|
||||||
from spacy.tokens import Doc
|
from spacy.tokens import Doc
|
||||||
doc = doc = Doc(nlp.vocab, words=[u'hello', u'world', u'!'],
|
doc = Doc(nlp.vocab, words=[u'hello', u'world', u'!'],
|
||||||
spaces=[True, False, False])
|
spaces=[True, False, False])
|
||||||
|
|
||||||
+h(2, "init") Doc.__init__
|
+h(2, "init") Doc.__init__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user