Merge pull request #902 from pavlin99th/patch-1

Fix infinite recursion in spacy.info
This commit is contained in:
Ines Montani 2017-03-22 10:01:27 +01:00 committed by GitHub
commit dc7d66facb

View File

@ -49,7 +49,3 @@ def load(name, **overrides):
overrides['path'] = model_path
return cls(**overrides)
def info(name, markdown):
info(name, markdown)