summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorAlex Hedges <ahedges@isi.edu>2021-10-11 15:48:17 -0400
committerAlex Hedges <ahedges@isi.edu>2021-10-11 15:48:17 -0400
commite1f81bfa4d3cd0724f5e4cb71a32625f3153be3a (patch)
tree9713440bff35bc190488bdde971aa4ae304c992a /NEWS.rst
parent2bf32f5f95e0ef23f803683928876a0d44dfe102 (diff)
downloadpip-e1f81bfa4d3cd0724f5e4cb71a32625f3153be3a.tar.gz
Fix many typos
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 4f48ad2ef..866b5c3c0 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -58,7 +58,7 @@ Bug Fixes
the index url contains the username, but the password comes
from an external source, such as keyring. (`#10269 <https://github.com/pypa/pip/issues/10269>`_)
- Fix double unescape of HTML ``data-requires-python`` and ``data-yanked`` attributes. (`#10378 <https://github.com/pypa/pip/issues/10378>`_)
-- New resolver: Fixes depth ordering of packages during resolution, e.g. a dependency 2 levels deep will be ordered before a dependecy 3 levels deep. (`#10482 <https://github.com/pypa/pip/issues/10482>`_)
+- New resolver: Fixes depth ordering of packages during resolution, e.g. a dependency 2 levels deep will be ordered before a dependency 3 levels deep. (`#10482 <https://github.com/pypa/pip/issues/10482>`_)
- Correctly indent metadata preparation messages in pip output. (`#10524 <https://github.com/pypa/pip/issues/10524>`_)
Vendored Libraries