From 577adad945bbb2fb2b9ce1f26f062f164126c723 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 17 Dec 2016 14:00:52 +0100 Subject: [PATCH] Fix formatting --- spacy/en/language_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/en/language_data.py b/spacy/en/language_data.py index 1642f45e2..caaa7b7fe 100644 --- a/spacy/en/language_data.py +++ b/spacy/en/language_data.py @@ -2151,7 +2151,7 @@ TOKENIZER_EXCEPTIONS = { "Wis.": [ {ORTH: "Wis.", LEMMA: "Wisconsin"} - ], + ] }