Skip to content

Commit 42fedb9

Browse files
Carreausrdas
andauthored
Typo in comment (#1217)
Co-authored-by: Sanjiv Das <[email protected]>
1 parent becc95c commit 42fedb9

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)