From 71f0f34cb3227ec016dd7f59dab4311a9978519f Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 7 Dec 2016 21:11:29 +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 1bce0f87a..f63b88b24 100644 --- a/spacy/en/language_data.py +++ b/spacy/en/language_data.py @@ -2014,7 +2014,7 @@ self_map = [ "Wis.", "x.", "y.", - "z.", + "z." ] overlap = set(TOKENIZER_EXCEPTIONS.keys()).intersection(set(self_map))