1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Trim unnecessary newlines in news template

This commit is contained in:
Pradyun Gedam 2022-01-29 09:10:54 +00:00
parent 448f8b7471
commit b3a156892b
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -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') %}