Skip to content

Commit

Permalink
fix typo (#12543)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Apr 19, 2023
1 parent 923d24e commit 8e6a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/cli/debug_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def debug_data(
show=verbose,
)
else:
msg.good("Examples without ocurrences available for all labels")
msg.good("Examples without occurrences available for all labels")

if "ner" in factory_names:
# Get all unique NER labels present in the data
Expand Down

0 comments on commit 8e6a3d5

Please sign in to comment.