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',