summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-07-26 11:52:28 +0800
committerGitHub <noreply@github.com>2021-07-26 11:52:28 +0800
commit5fe6ee6369f3994151b5047b29394aeeeb355bb6 (patch)
treee4951dd98807083774c9aef187acaeea39a25716
parent5fbf2b5f3512cd323e81f4311f425a18e119dcd9 (diff)
parent6c024d609520906278e37038db932c5207a12a0c (diff)
downloadpip-5fe6ee6369f3994151b5047b29394aeeeb355bb6.tar.gz
Merge pull request #10203 from domdfcoding/news-typo
Ensure newline after literal block in 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>`_)