From 539c7db9f4a2e6afb8b301f8f75d823aaa66ec15 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 17 Oct 2024 16:08:07 +0900 Subject: [PATCH] docs: update rule-based-matching.mdx Jupyer -> Jupyter --- website/docs/usage/rule-based-matching.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/rule-based-matching.mdx b/website/docs/usage/rule-based-matching.mdx index e5b98da3a..8632f4573 100644 --- a/website/docs/usage/rule-based-matching.mdx +++ b/website/docs/usage/rule-based-matching.mdx @@ -720,7 +720,7 @@ matches = matcher(doc) # Serve visualization of sentences containing match with displaCy # set manual=True to make displaCy render straight from a dictionary -# (if you're not running the code within a Jupyer environment, you can +# (if you're not running the code within a Jupyter environment, you can # use displacy.serve instead) displacy.render(matched_sents, style="ent", manual=True) ```