Fix docstring

This commit is contained in:
ines 2017-04-16 20:34:37 +02:00
parent ed7e19ad68
commit d3759dfb32
1 changed files with 1 additions and 1 deletions

View File

@ -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.