summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2022-06-14 21:24:58 +0200
committerBastian Venthur <venthur@debian.org>2022-06-14 21:24:58 +0200
commit5da767c946da4c26d56e15a8b92d55d2dc27e881 (patch)
tree6ddc319a99bd91f5dea274731d1da34d869b61c6 /NEWS.rst
parentbd1563d421f8799874fc644c5d1ccb5fd8b8071d (diff)
downloadpip-5da767c946da4c26d56e15a8b92d55d2dc27e881.tar.gz
fixed some spelling mistakes
that's all :)
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 b1639aecd..4e7de4bd4 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -142,7 +142,7 @@ Bug Fixes
- Only calculate topological installation order, for packages that are going to be installed/upgraded.
- This fixes an `AssertionError` that occured when determining installation order, for a very specific combination of upgrading-already-installed-package + change of dependencies + fetching some packages from a package index. This combination was especially common in Read the Docs' builds. (`#10851 <https://github.com/pypa/pip/issues/10851>`_)
+ This fixes an `AssertionError` that occurred when determining installation order, for a very specific combination of upgrading-already-installed-package + change of dependencies + fetching some packages from a package index. This combination was especially common in Read the Docs' builds. (`#10851 <https://github.com/pypa/pip/issues/10851>`_)
- Use ``html.parser`` by default, instead of falling back to ``html5lib`` when ``--use-deprecated=html5lib`` is not passed. (`#10869 <https://github.com/pypa/pip/issues/10869>`_)
Improved Documentation