From d3759dfb3224a78a93663f1a74b810e4323be86c Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 16 Apr 2017 20:34:37 +0200 Subject: [PATCH] Fix docstring --- spacy/deprecated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/deprecated.py b/spacy/deprecated.py index f481a2502..65053089a 100644 --- a/spacy/deprecated.py +++ b/spacy/deprecated.py @@ -107,7 +107,7 @@ def fix_glove_vectors_loading(overrides): def resolve_model_name(name): """ If spaCy is loaded with 'de', check if symlink already exists. If - not, user have upgraded from older version and have old models installed. + not, user may have upgraded from older version and have old models installed. Check if old model directory exists and if so, return that instead and create shortcut link. If English model is found and no shortcut exists, raise error and tell user to install new model.