Merge pull request #1114 from v3t3a/patch-1

docs - Update doc.jade (Just remove a duplicate 'doc =')
This commit is contained in:
Ines Montani 2017-06-12 21:19:02 +02:00 committed by GitHub
commit fe8d136ae0

View File

@ -18,7 +18,7 @@ p
# Construction 2
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])
+h(2, "init") Doc.__init__