diff options
author | Sumana Harihareswara <sh@changeset.nyc> | 2020-12-14 06:46:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 06:46:14 -0500 |
commit | acc0cc9fe331b7f3f81322c212b169c0d014c3ab (patch) | |
tree | cae464833a886600e61fe93eb2672052f05b094d | |
parent | 8acf6d4a3cd150f54d46f45ef26bb178cfda602c (diff) | |
download | pip-acc0cc9fe331b7f3f81322c212b169c0d014c3ab.tar.gz |
docs: Fix typo
Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com>
-rw-r--r-- | docs/html/user_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst index e8218fb78..415c9b1e7 100644 --- a/docs/html/user_guide.rst +++ b/docs/html/user_guide.rst @@ -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 |