summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorTobias Hermann <editgym@gmail.com>2023-02-07 08:03:08 +0100
committerGitHub <noreply@github.com>2023-02-07 07:03:08 +0000
commit8844795f454e9997639ad5a5b893fc95762d1734 (patch)
treee89a6b4dab6a8b64c7bc2ee2ccfde1c0a200e2f1 /NEWS.rst
parent7ff4da6e8f835867e01e36166cef4fe8a2be8b4b (diff)
downloadpip-8844795f454e9997639ad5a5b893fc95762d1734.tar.gz
Fix minor typo in features list of version 23.0 (#11785)
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 2e24fab37..19f759477 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,7 +22,7 @@ Features
modify the externally managed environment. (`#11381 <https://github.com/pypa/pip/issues/11381>`_)
- Enable the use of ``keyring`` found on ``PATH``. This allows ``keyring``
installed using ``pipx`` to be used by ``pip``. (`#11589 <https://github.com/pypa/pip/issues/11589>`_)
-- The inspect and installation report formats are now declared stabled, and their version
+- The inspect and installation report formats are now declared stable, and their version
has been bumped from ``0`` to ``1``. (`#11757 <https://github.com/pypa/pip/issues/11757>`_)
Bug Fixes