summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorDirk Stolle <striezel-dev@web.de>2021-06-03 16:44:42 +0200
committerGitHub <noreply@github.com>2021-06-03 16:44:42 +0200
commitb8e7a70fd53b3131cc8d1b043f1b115dfb54bbf7 (patch)
tree7e2bde68d82d24b7137ef61f00d5b85a73744d3b /NEWS.rst
parent3c1d1810dc41fcffc3d4a59fa7e3b61a5899723d (diff)
downloadpip-b8e7a70fd53b3131cc8d1b043f1b115dfb54bbf7.tar.gz
Fix typos (#10001)
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 69655db57..5688da3ba 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -350,7 +350,7 @@ Features
- When installing a git URL that refers to a commit that is not available locally
after git clone, attempt to fetch it from the remote. (`#8815 <https://github.com/pypa/pip/issues/8815>`_)
- Include http subdirectory in ``pip cache info`` and ``pip cache purge`` commands. (`#8892 <https://github.com/pypa/pip/issues/8892>`_)
-- Cache package listings on index packages so they are guarenteed to stay stable
+- Cache package listings on index packages so they are guaranteed to stay stable
during a pip command session. This also improves performance when a index page
is accessed multiple times during the command session. (`#8905 <https://github.com/pypa/pip/issues/8905>`_)
- New resolver: Tweak resolution logic to improve user experience when
@@ -422,7 +422,7 @@ Features
and considered good enough. (`#8023 <https://github.com/pypa/pip/issues/8023>`_)
- Improve error message friendliness when an environment has packages with
corrupted metadata. (`#8676 <https://github.com/pypa/pip/issues/8676>`_)
-- Cache package listings on index packages so they are guarenteed to stay stable
+- Cache package listings on index packages so they are guaranteed to stay stable
during a pip command session. This also improves performance when a index page
is accessed multiple times during the command session. (`#8905 <https://github.com/pypa/pip/issues/8905>`_)
- New resolver: Tweak resolution logic to improve user experience when