This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 51913d470d3 [v3-1-test] docs: Fix typo and missing closing bracket in
breeze installation docs (#62242) (#62268)
51913d470d3 is described below
commit 51913d470d300e24bf2497090e87022850d63bdb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 21 03:56:10 2026 +0100
[v3-1-test] docs: Fix typo and missing closing bracket in breeze
installation docs (#62242) (#62268)
* docs: fix typo in breeze installation docs
* docs: fix missing closing bracket in breeze installation docs
(cherry picked from commit 9666d570e7285c70a63df57dccc1fadfc3d07ed1)
Co-authored-by: ahilashsasidharan
<[email protected]>
---
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 d7896fa8262..5881d73d082 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.