From 7bf1db87adb810802076c73ebf3cfe40162e5006 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 f20673f25..729d623b9 100644 --- a/spacy/cli/debug_data.py +++ b/spacy/cli/debug_data.py @@ -336,7 +336,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