From 5766d09a5b69c5fee6722b5cac7d1e69d6b7b8f5 Mon Sep 17 00:00:00 2001 From: Roman <34660048+digest0r@users.noreply.github.com> Date: Thu, 18 Oct 2018 10:21:16 +0200 Subject: [PATCH] Redundant ')' in the Stop words' example (#2856) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description ### Types of change ## Checklist - [ ] I have submitted the spaCy Contributor Agreement. - [ ] I ran the tests, and all new and existing tests passed. - [ ] My changes don't require a change to the documentation, or if they do, I've added all required information. --- website/usage/_adding-languages/_language-data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/usage/_adding-languages/_language-data.jade b/website/usage/_adding-languages/_language-data.jade index 94075cb31..bcb2f555e 100644 --- a/website/usage/_adding-languages/_language-data.jade +++ b/website/usage/_adding-languages/_language-data.jade @@ -183,7 +183,7 @@ p back be became because become becomes becoming been before beforehand behind being below beside besides between beyond both bottom but by - """).split()) + """.split()) +infobox("Important note") | When adding stop words from an online source, always #[strong include the link]