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

vincbeck 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 1e0a357252 Correct a typo in contributor quick start doc (#35621)
1e0a357252 is described below

commit 1e0a357252fb62bfc6a353df2499a35a8ca16beb
Author: Sangseung Lee <[email protected]>
AuthorDate: Wed Nov 15 00:59:16 2023 +0900

    Correct a typo in contributor quick start doc (#35621)
---
 CONTRIBUTORS_QUICK_START.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index bb7b0c1e49..e79c9cbe02 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -270,7 +270,7 @@ Setting up Breeze
 -----------------
 
 1. Install ``pipx`` (>=1.2.1) - follow the instructions in   `Install pipx 
<https://pypa.github.io/pipx/>`_
-   It is important to install version of pipx > 1.2.1 to workaround 
``packaging`` breaking change introduced
+   It is important to install version of pipx >= 1.2.1 to workaround 
``packaging`` breaking change introduced
    in September 2023.
 
 2. Run ``pipx install -e ./dev/breeze`` in your checked-out repository. Make 
sure to follow any instructions

Reply via email to