summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-01-29 09:10:54 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-01-29 09:10:54 +0000
commitb3a156892b1ccdec45e014c362b7ab2d9e60c08a (patch)
tree283b5d61a4c811273cc3d0db851f75cdd84185c7 /tools
parent448f8b747136d9753d00881e2cdd4d8d60ff5b30 (diff)
downloadpip-b3a156892b1ccdec45e014c362b7ab2d9e60c08a.tar.gz
Trim unnecessary newlines in news template
Diffstat (limited to 'tools')
-rw-r--r--tools/news/template.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/news/template.rst b/tools/news/template.rst
index fcedf6677..8d0ceb89f 100644
--- a/tools/news/template.rst
+++ b/tools/news/template.rst
@@ -12,7 +12,6 @@
{#- Heading for individual version #}
{{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3) }}
-
{#
The following loop will run exactly once, with ``section_name == ""``.
@@ -30,7 +29,6 @@
{# Heading for individual types #}
{{ definitions[type_]['name'] }}
{{ underlines[0] * definitions[type_]['name']|length }}
-
{# This is the loop that generates individual entries #}
{% for message, issue_reference in sections[section_name][type_]|dictsort(by='value') %}