This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit d1bf95c371ee43a6f9d7425309b7deaa6e3a4f5b
Author: Dheeraj Turaga <[email protected]>
AuthorDate: Wed May 7 01:37:39 2025 -0500

    Minor typo-fix in doc (#50290)
    
    (cherry picked from commit be6c46e5914b2d17f989bfbd6691d03f8fcfd1b6)
---
 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 e1c3690a657..409ff15e77f 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:

Reply via email to