diff --git a/website/docs/api/doc.jade b/website/docs/api/doc.jade index 4228aed8f..f82a26c9e 100644 --- a/website/docs/api/doc.jade +++ b/website/docs/api/doc.jade @@ -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__