Skip to content

Commit

Permalink
Typo in comment (#1217)
Browse files Browse the repository at this point in the history
Co-authored-by: Sanjiv Das <srdas@scu.edu>
  • Loading branch information
Carreau and srdas authored Jan 28, 2025
1 parent becc95c commit 42fedb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42fedb9

Please sign in to comment.