Fixed link

link to Doc API documentation fixed
This commit is contained in:
Yuval Pinter 2017-05-23 10:46:17 -04:00 committed by GitHub
parent 7f6be41f21
commit 68b387ffc3

View File

@ -36,7 +36,7 @@ p
| to #[code spacy.load()]. The function should take a
| #[code spacy.language.Language] object as its only argument, and return
| a sequence of callables. Each callable should accept a
| #[+api("docs") #[code Doc]] object, modify it in place, and return
| #[+api("doc") #[code Doc]] object, modify it in place, and return
| #[code None].
p