From e896466dcf50f7c976c848bbba85c0134dbd9c08 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 21 Nov 2016 10:43:16 +0000 Subject: [PATCH] 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