[Doc] arg_utils.py: fixed a typo (#13785)

This commit is contained in:
Eli Boyarski 2025-02-25 04:23:04 +02:00 committed by GitHub
parent cdc1fa12eb
commit 7196a3b1db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -382,7 +382,7 @@ class EngineArgs:
'https://github.com/noamgat/lm-format-enforcer.'
' Can be overridden per request via guided_decoding_backend'
' parameter.\n'
'Backend-sepcific options can be supplied in a comma-separated '
'Backend-specific options can be supplied in a comma-separated '
'list following a colon after the backend name. Valid backends and '
'all available options are: [xgrammar:no-fallback, '
'outlines:no-fallback, lm-format-enforcer:no-fallback]')