Skip to content

Commit b3b1059

Browse files
committed
Fix doc string
1 parent 0839360 commit b3b1059

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/runners/uvicorn.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ def start_uvicorn(
1919
Parameters:
2020
----------
2121
configuration (ServiceConfiguration): Configuration providing host,
22-
log_config (dict): Logging configuration,
23-
port, workers, and `tls_config` (including `tls_key_path`,
24-
`tls_certificate_path`, and `tls_key_password`). TLS fields may be None
25-
and will be forwarded to uvicorn.run as provided.
22+
port, workers, and `tls_config` (including `tls_key_path`,
23+
`tls_certificate_path`, and `tls_key_password`). TLS fields may be None
24+
and will be forwarded to uvicorn.run as provided.
25+
log_config (dict): Logging configuration.
2626
"""
2727
log_level = resolve_log_level()
2828
logger.info("Starting Uvicorn with log level %s", logging.getLevelName(log_level))

0 commit comments

Comments
 (0)