From 8e6a3d58d8fa092eede0fe323441b2aaa3c2042e Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Wed, 19 Apr 2023 10:59:33 +0200 Subject: [PATCH] fix typo (#12543) --- spacy/cli/debug_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/debug_data.py b/spacy/cli/debug_data.py index 97b4db285eb..2826cd08471 100644 --- a/spacy/cli/debug_data.py +++ b/spacy/cli/debug_data.py @@ -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