Fix infinite recursion in spacy.info

This commit is contained in:
Andrew Poliakov 2017-03-22 11:43:22 +03:00 committed by GitHub
parent f4010053a6
commit 07199c3e8b

View File

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