From 55c32ec5a10fb67655e216f11d96d90518030dcf Mon Sep 17 00:00:00 2001 From: Dheeraj Turaga Date: Tue, 6 May 2025 23:07:43 -0500 Subject: [PATCH] Minor typo-fix in doc --- airflow-core/src/airflow/cli/commands/daemon_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/cli/commands/daemon_utils.py b/airflow-core/src/airflow/cli/commands/daemon_utils.py index e1c3690a657cb..409ff15e77fd8 100644 --- a/airflow-core/src/airflow/cli/commands/daemon_utils.py +++ b/airflow-core/src/airflow/cli/commands/daemon_utils.py @@ -45,7 +45,7 @@ def run_command_with_daemon_option( :param callback: the actual command to run with or without daemon context :param should_setup_logging: if true, then a log file handler for the daemon process will be created :param umask: file access creation mask ("umask") to set for the process on daemon start - :param pid_file: if specified, this file path us used to store daemon process PID. + :param pid_file: if specified, this file path is used to store daemon process PID. If not specified, a file path is generated with the default pattern. """ if args.daemon: