Skip to content

Commit

Permalink
Merge pull request #9497 from hugovk/update-docs-tense
Browse files Browse the repository at this point in the history
Docs: update to past tense now pip 21.0 is out
  • Loading branch information
pfmoore committed Jan 29, 2021
2 parents 55d2969 + 431d257 commit d1aa391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ We release updates regularly, with a new version every 3 months. Find more detai

In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right.

**Note**: pip 21.0, in January 2021, will remove Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.

If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:

Expand Down
2 changes: 1 addition & 1 deletion docs/html/index.rst
Expand Up @@ -25,7 +25,7 @@ Please take a look at our documentation for how to install and use pip:

.. warning::

pip 21.0, in January 2021, will remove Python 2 support, per pip's
pip 21.0, in January 2021, removed Python 2 support, per pip's
:ref:`Python 2 Support` policy. Please migrate to Python 3.

If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
Expand Down
2 changes: 1 addition & 1 deletion docs/html/user_guide.rst
Expand Up @@ -1699,7 +1699,7 @@ errors. Specifically:
Per our :ref:`Python 2 Support` policy, pip 20.3 users who are using
Python 2 will use the legacy resolver by default. Python 2 users
should upgrade to Python 3 as soon as possible, since in pip 21.0 in
January 2021, pip will drop support for Python 2 altogether.
January 2021, pip dropped support for Python 2 altogether.


How to upgrade and migrate
Expand Down

0 comments on commit d1aa391

Please sign in to comment.