From 404ca7d38b9e8ca21d75f7ae116739a52688b3a8 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 28 Jan 2025 10:19:47 +0100 Subject: [PATCH] Typo in comment --- .../jupyter-ai-magics/jupyter_ai_magics/models/completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jupyter-ai-magics/jupyter_ai_magics/models/completion.py b/packages/jupyter-ai-magics/jupyter_ai_magics/models/completion.py index f2ee0cd54..fd498259b 100644 --- a/packages/jupyter-ai-magics/jupyter_ai_magics/models/completion.py +++ b/packages/jupyter-ai-magics/jupyter_ai_magics/models/completion.py @@ -14,7 +14,7 @@ class InlineCompletionRequest(BaseModel): number: int # prefix should include full text of the current cell preceding the cursor prefix: str - # suffix should include full text of the current cell preceding the cursor + # suffix should include full text of the current cell following the cursor suffix: str # media type for the current language, e.g. `text/x-python` mime: str