Skip to content

Commit 5b239b5

Browse files
committed
chore: remove em-dashes from comments
1 parent 64997cb commit 5b239b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/serve/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ async def endpoint(request: ChatCompletionRequest):
271271
except Exception:
272272
# Catch-all for any unexpected errors. Log the full traceback
273273
# server-side (operators must be able to diagnose the 500), and
274-
# return a generic message to the client the raw `str(e)` can
274+
# return a generic message to the client, the raw `str(e)` can
275275
# leak file paths / internal state across the API boundary
276276
# (#991).
277277
logger.exception("Unhandled error in chat-completion handler")

0 commit comments

Comments
 (0)