mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix formatting [ci skip]
This commit is contained in:
parent
0ddb152be0
commit
70052e46e9
|
@ -1,6 +1,7 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class Messages(object):
|
||||
M001 = ("Download successful but linking failed")
|
||||
M002 = ("Creating a shortcut link for 'en' didn't work (maybe you "
|
||||
|
@ -64,7 +65,7 @@ class Messages(object):
|
|||
"flag to overwrite existing directories.")
|
||||
M046 = ("Generating meta.json")
|
||||
M047 = ("Enter the package settings for your model. The following "
|
||||
"information will be read from your model data: pipeline, vectors.")
|
||||
"information will be read from your model data: pipeline, vectors.")
|
||||
M048 = ("No '{key}' setting found in meta.json")
|
||||
M049 = ("This setting is required to build your package.")
|
||||
M050 = ("Training data not found")
|
||||
|
|
Loading…
Reference in New Issue
Block a user