From 0a8a215e135ee87680e3324f12cc312a414be9f9 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Sat, 31 Mar 2018 12:36:00 +0100 Subject: [PATCH] Fix invalid markup in NEWS.rst --- NEWS.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 6c7d3d53d..ac631ed01 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,8 +1,6 @@ 9.0.3 (2018-03-31) ================== -====================================== - Deprecations and Removals ------------------------- @@ -151,7 +149,7 @@ Bug Fixes Instead of warning incorrectly that the package is not installed, pip now warns that the package was declared multiple times and lists the name of each requirements file that contains the package in question. (#4293) -- Generalize help text for ``compile``/``no-compile` flags. (#4316) +- Generalize help text for ``compile``/``no-compile`` flags. (#4316) - Handle the case when ``/etc`` is not readable by the current user by using a hardcoded list of possible names of release files. (#4320) - Fixed a ``NameError`` when attempting to catch ``FileNotFoundError`` on