summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSumana Harihareswara <sh@changeset.nyc>2020-12-14 06:46:14 -0500
committerGitHub <noreply@github.com>2020-12-14 06:46:14 -0500
commitacc0cc9fe331b7f3f81322c212b169c0d014c3ab (patch)
treecae464833a886600e61fe93eb2672052f05b094d /docs
parent8acf6d4a3cd150f54d46f45ef26bb178cfda602c (diff)
downloadpip-acc0cc9fe331b7f3f81322c212b169c0d014c3ab.tar.gz
docs: Fix typo
Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/html/user_guide.rst2
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