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

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 939043f0a3b Remove stray character in build docs error (#67536)
939043f0a3b is described below

commit 939043f0a3b3adfc88e7307b400be41672aa7ffc
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Tue May 26 18:32:27 2026 +0800

    Remove stray character in build docs error (#67536)
---
 devel-common/src/docs/build_docs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel-common/src/docs/build_docs.py 
b/devel-common/src/docs/build_docs.py
index bc2db58a2d0..860df0115c7 100755
--- a/devel-common/src/docs/build_docs.py
+++ b/devel-common/src/docs/build_docs.py
@@ -419,7 +419,7 @@ def print_build_errors_and_exit(
     if build_errors or spelling_errors:
         if build_errors:
             if spellcheck_only:
-                console.print("f[warning]There were some build errors 
remaining.")
+                console.print("[warning]There were some build errors 
remaining.")
                 console.print()
             else:
                 display_errors_summary(build_errors)

Reply via email to