From 1b5d9bac7b0ae84be73d4434217dc51ca116ed5b Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:39:08 -0800 Subject: [PATCH] Backport PR #1217: Typo in comment (#1218) Co-authored-by: M Bussonnier --- .../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 2949c06ec..a2e37fb80 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