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