Skip to content

Commit 1b5d9ba

Browse files
Backport PR #1217: Typo in comment (#1218)
Co-authored-by: M Bussonnier <[email protected]>
1 parent fcf7117 commit 1b5d9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyter-ai-magics/jupyter_ai_magics/models/completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class InlineCompletionRequest(BaseModel):
1414
number: int
1515
# prefix should include full text of the current cell preceding the cursor
1616
prefix: str
17-
# suffix should include full text of the current cell preceding the cursor
17+
# suffix should include full text of the current cell following the cursor
1818
suffix: str
1919
# media type for the current language, e.g. `text/x-python`
2020
mime: str

0 commit comments

Comments
 (0)