summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorDominic Davis-Foster <dominic@davis-foster.co.uk>2021-07-25 13:03:34 +0100
committerTzu-ping Chung <uranusjr@gmail.com>2021-07-31 15:09:28 +0800
commitac74d6314c16802915c27f458d020e9c1c665329 (patch)
treeb98f7faf64e6211b744af341c9fa7bf01abb91f7 /NEWS.rst
parentbd41229cdced10d2b7c304a1ef2d61baad3c7da0 (diff)
downloadpip-ac74d6314c16802915c27f458d020e9c1c665329.tar.gz
Ensure newline after literal block in NEWS.rst
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index b73d48abc..2493eba3b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -59,7 +59,9 @@ Features
When dist-info/INSTALLER is present and contains some useful information, the info is included in the error message instead::
- ERROR: Cannot uninstall foobar 0.1, RECORD file not found. Hint: The package was installed by rpm. (`#8954 <https://github.com/pypa/pip/issues/8954>`_)
+ ERROR: Cannot uninstall foobar 0.1, RECORD file not found. Hint: The package was installed by rpm.
+
+ (`#8954 <https://github.com/pypa/pip/issues/8954>`_)
- Add an additional level of verbosity. ``--verbose`` (and the shorthand ``-v``) now
contains significantly less output, and users that need complete full debug-level output
should pass it twice (``--verbose --verbose`` or ``-vv``). (`#9450 <https://github.com/pypa/pip/issues/9450>`_)