Skip to content

Commit 295d66f

Browse files
authored
Fix Grammar in PIP warning (#13380)
`might leads to errors` -> `might lead to errors`
1 parent bafd258 commit 295d66f

File tree

71 files changed

+74
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+74
-74
lines changed

β€ŽCONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Airflow dependencies
599599
.. note::
600600

601601
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
602-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
602+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
603603
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
604604
``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
605605
``--use-deprecated legacy-resolver`` to your pip install command.
@@ -743,7 +743,7 @@ Pinned constraint files
743743
.. note::
744744

745745
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
746-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
746+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
747747
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
748748
``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
749749
``--use-deprecated legacy-resolver`` to your pip install command.

β€ŽIMAGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ parameter to Breeze:
123123
.. note::
124124

125125
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
126-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
126+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
127127
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
128128
``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
129129
``--use-deprecated legacy-resolver`` to your pip install command.

β€ŽINSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source PATH_TO_YOUR_VENV/bin/activate
3131
NOTE!!
3232

3333
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
34-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
34+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
3535
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
3636
``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
3737
``--use-deprecated legacy-resolver`` to your pip install command.

β€ŽLOCAL_VIRTUALENV.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Extra Packages
6464
.. note::
6565

6666
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
67-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
67+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
6868
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
6969
``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
7070
``--use-deprecated legacy-resolver`` to your pip install command.
@@ -127,7 +127,7 @@ To create and initialize the local virtualenv:
127127
.. note::
128128

129129
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
130-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
130+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
131131
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
132132
``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option
133133
``--use-deprecated legacy-resolver`` to your pip install command.

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ correct Airflow tag/version/branch and python versions in the URL.
143143
NOTE!!!
144144

145145
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
146-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
146+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
147147
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
148148
`pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
149149
`--use-deprecated legacy-resolver` to your pip install command.

β€ŽUPDATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ you should use `pip install apache-airflow[apache.atlas]`.
16961696
NOTE!
16971697

16981698
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
1699-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
1699+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
17001700
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
17011701
`pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
17021702
`--use-deprecated legacy-resolver` to your pip install command.

β€Žairflow/providers/amazon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ are in `airflow.providers.amazon` python package.
5858
NOTE!
5959

6060
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
61-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
61+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
6262
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
6363
`pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
6464
`--use-deprecated legacy-resolver` to your pip install command.

β€Žairflow/providers/apache/cassandra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ are in `airflow.providers.apache.cassandra` python package.
4747
NOTE!
4848

4949
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
50-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
50+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
5151
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
5252
`pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
5353
`--use-deprecated legacy-resolver` to your pip install command.

β€Žairflow/providers/apache/druid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ are in `airflow.providers.apache.druid` python package.
5050
NOTE!
5151

5252
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
53-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
53+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
5454
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
5555
`pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
5656
`--use-deprecated legacy-resolver` to your pip install command.

β€Žairflow/providers/apache/hdfs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ are in `airflow.providers.apache.hdfs` python package.
4747
NOTE!
4848

4949
On November 2020, new version of PIP (20.3) has been released with a new, 2020 resolver. This resolver
50-
does not yet work with Apache Airflow and might leads to errors in installation - depends on your choice
50+
does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice
5151
of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4
5252
`pip install --upgrade pip==20.2.4` or, in case you use Pip 20.3, you need to add option
5353
`--use-deprecated legacy-resolver` to your pip install command.

0 commit comments

Comments
 (0)