Merge pull request #1081 from yuvalpinter/patch-2

Fixed link
This commit is contained in:
Ines Montani 2017-05-23 16:58:45 +02:00 committed by GitHub
commit 88ca82bfa6

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