Skip to content

Commit ac1daf3

Browse files
authored
fix comment typo (#28802)
Signed-off-by: Andy Xie <[email protected]>
1 parent 63fed55 commit ac1daf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/envs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def get_vllm_port() -> int | None:
423423
raise ValueError(f"VLLM_PORT '{port}' must be a valid integer") from err
424424

425425

426-
# The begin-* and end* here are used by the documentation generator
426+
# The start-* and end* here are used by the documentation generator
427427
# to extract the used env vars.
428428

429429
# --8<-- [start:env-vars-definition]

0 commit comments

Comments
 (0)