diff --git a/news/towncrier_template.rst b/news/towncrier_template.rst index 55505f82..0fca0c3f 100644 --- a/news/towncrier_template.rst +++ b/news/towncrier_template.rst @@ -13,7 +13,7 @@ {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category]|dictsort(by='value') %} -- {{ text }}{% if category != 'process' %}{{ values|sort|join(',\n ') }}{% endif %} +- {{ text }} {% if category != 'process' %}{{ values|sort|join(',\n ') }}{% endif %} {% endfor %} {% else %}