From c63e99da8a15d8540bae20cabfecec9f3d8c30ae Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 10 Feb 2018 11:58:41 +0100 Subject: [PATCH] Fix typo in glossary (resolves #1964) Co-Authored-By: SThomasP --- spacy/glossary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/glossary.py b/spacy/glossary.py index c17cb7467..02d8815e0 100644 --- a/spacy/glossary.py +++ b/spacy/glossary.py @@ -115,7 +115,7 @@ GLOSSARY = { 'ADJA': 'adjective, attributive', 'ADJD': 'adjective, adverbial or predicative', 'APPO': 'postposition', - 'APRP': 'preposition; circumposition left', + 'APPR': 'preposition; circumposition left', 'APPRART': 'preposition with article', 'APZR': 'circumposition right', 'ART': 'definite or indefinite article',