summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-20 13:23:48 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-20 13:27:39 +0100
commit1273c7a9694686e438e886b6382b7d41f430a25c (patch)
tree1ebdfacf6e2f5247a6ee11917af9e58e3a6693b4 /NEWS.rst
parent17e84a9b9d748193470dfa7246d42a30b72d9e46 (diff)
downloadpip-1273c7a9694686e438e886b6382b7d41f430a25c.tar.gz
Fix typos found by codespell
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 ff89e5cdf..1473db712 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -55,7 +55,7 @@ Bug Fixes
- Ensure that the candidate ``pip`` executable exists, when checking for a new version of pip. (`#11309 <https://github.com/pypa/pip/issues/11309>`_)
- Ignore distributions with invalid ``Name`` in metadata instead of crashing, when
using the ``importlib.metadata`` backend. (`#11352 <https://github.com/pypa/pip/issues/11352>`_)
-- Raise RequirementsFileParseError when parsing malformed requirements options that can't be sucessfully parsed by shlex. (`#11491 <https://github.com/pypa/pip/issues/11491>`_)
+- Raise RequirementsFileParseError when parsing malformed requirements options that can't be successfully parsed by shlex. (`#11491 <https://github.com/pypa/pip/issues/11491>`_)
- Fix build environment isolation on some system Pythons. (`#6264 <https://github.com/pypa/pip/issues/6264>`_)
Vendored Libraries