Merge pull request #1940 from mhaddy/patch-1 [ci skip]

Typo correction in Readme file
This commit is contained in:
Ines Montani 2018-02-06 05:00:10 +01:00 committed by GitHub
commit e839ba6c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ then call its ``load()`` method:
import spacy
import en_core_web_sm
nlp = en_core_web_.load()
nlp = en_core_web_sm.load()
doc = nlp(u'This is a sentence.')
📖 **For more info and examples, check out the**