From 74b2d6e2cb66d35b1934f0a86c44d298198058f0 Mon Sep 17 00:00:00 2001 From: ZePing Guo Date: Tue, 10 Dec 2024 12:42:53 +0800 Subject: [PATCH] grammar correction --- sky/sky_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/sky_logging.py b/sky/sky_logging.py index 944cbcf46d4..effeab310d8 100644 --- a/sky/sky_logging.py +++ b/sky/sky_logging.py @@ -77,7 +77,7 @@ def _setup_logger(): # being propagated to the parent logger. _root_logger.propagate = False if env_options.Options.SUPPRESS_SENSITIVE_LOG.get(): - # If the sensitive log is enabled, we re init a new handler + # If the sensitive log is enabled, we reinitialize a new handler # and force set the level to INFO to suppress the debug logs # for certain loggers. for logger_name in _SENSITIVE_LOGGER: