Merge pull request #647 from wjt/patch-1

Fix typos in docs
This commit is contained in:
Ines Montani 2016-11-21 14:33:50 +01:00 committed by GitHub
commit ede2baba19
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ p
| runs on #[strong Unix/Linux], #[strong macOS/OS X] and
| #[strong Windows]. The latest spaCy releases are currently only
| available as source packages over
| #[+a("https://pypi.python.org/pypi/spacy") pip]. Installaton requires a
| #[+a("https://pypi.python.org/pypi/spacy") pip]. Installation requires a
| working build environment. See notes on
| #[a(href="#source-ubuntu") Ubuntu], #[a(href="#source-osx") macOS/OS X]
| and #[a(href="#source-windows") Windows] for details.

View File

@ -31,7 +31,8 @@ p
p
| I've tried to make sure that the #[code Language.__call__] function
| doesn't do any "heavy lifting", so that you won't have complicated logic
| to replicate if you need to make your own pipeline class. This is all it | does.
| to replicate if you need to make your own pipeline class. This is all it
| does.
p
| The #[code .make_doc()] method and #[code .pipeline] attribute make it