Fix typo and auto-format [ci skip]

This commit is contained in:
Ines Montani 2019-08-16 10:53:38 +02:00
parent a58cb023d7
commit e5c7e19e82

View File

@ -245,7 +245,7 @@ def debug_data(
if not has_low_data_warning:
msg.good("Good amount of examples for all labels")
if not has_no_neg_warning:
msg.good("Examples without occurences available for all labels")
msg.good("Examples without occurrences available for all labels")
if not has_ws_ents_error:
msg.good("No entities consisting of or starting/ending with whitespace")