From 1adc96f0a60f5bf1d28f0c04b3dede34a866cab5 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 21 Nov 2016 10:37:57 +0000 Subject: [PATCH 1/2] docs: fix "installaton" typo --- website/docs/usage/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/index.jade b/website/docs/usage/index.jade index a4bb29d06..75ae641ae 100644 --- a/website/docs/usage/index.jade +++ b/website/docs/usage/index.jade @@ -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. From e896466dcf50f7c976c848bbba85c0134dbd9c08 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 21 Nov 2016 10:43:16 +0000 Subject: [PATCH 2/2] docs: processing-text: fix missing line wrap --- website/docs/usage/processing-text.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/usage/processing-text.jade b/website/docs/usage/processing-text.jade index 205986e8a..4bd6132d2 100644 --- a/website/docs/usage/processing-text.jade +++ b/website/docs/usage/processing-text.jade @@ -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