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:
parent
448f8b7471
commit
b3a156892b
1 changed files with 0 additions and 2 deletions
|
@ -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') %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue