docs: Fix typo

Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com>
This commit is contained in:
Sumana Harihareswara 2020-12-14 06:46:14 -05:00 committed by GitHub
parent 8acf6d4a3c
commit acc0cc9fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1854,7 +1854,7 @@ We plan for the resolver changeover to proceed as follows, using
* pip 20.3: pip defaults to the new resolver in Python 3 environments,
but a user can opt-out and choose the old resolver behavior,
using the flag ``--use-deprecated=legacy-resolver``. In Python 2
environments, pip defaults to the old resolver, and the new one ia
environments, pip defaults to the old resolver, and the new one is
available using the flag ``--use-feature=2020-resolver``.
* pip 21.0: pip uses new resolver, and the old resolver is no longer