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

potiuk 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 9666d570e72 docs: Fix typo and missing closing bracket in breeze 
installation docs (#62242)
9666d570e72 is described below

commit 9666d570e7285c70a63df57dccc1fadfc3d07ed1
Author: ahilashsasidharan <[email protected]>
AuthorDate: Fri Feb 20 21:24:07 2026 -0500

    docs: Fix typo and missing closing bracket in breeze installation docs 
(#62242)
    
    * docs: fix typo in breeze installation docs
    
    * docs: fix missing closing bracket in breeze installation docs
---
 dev/breeze/doc/01_installation.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/breeze/doc/01_installation.rst 
b/dev/breeze/doc/01_installation.rst
index 172b5f9b350..e256d09ae45 100644
--- a/dev/breeze/doc/01_installation.rst
+++ b/dev/breeze/doc/01_installation.rst
@@ -173,8 +173,8 @@ Alternative: pipx tool
 
 However, we do not want to be entirely dependent on ``uv`` as it is a software 
governed by a VC-backed vendor,
 so we always want to provide open-source governed alternatives for our tools. 
If you can't or do not want to
-use ``uv``, we got you covered. Another too you can use to manage development 
tools (and ``breeze`` development
-environment is Python-Software-Foundation managed ``pipx``. The ``pipx`` tool 
is created by the creators
+use ``uv``, we got you covered. Another tool you can use to manage development 
tools (and ``breeze`` development
+environment) is Python-Software-Foundation managed ``pipx``. The ``pipx`` tool 
is created by the creators
 of ``pip`` from `Python Packaging Authority <https://www.pypa.io/en/latest/>`_
 
 Note that ``pipx`` >= 1.4.1 should be used.

Reply via email to