From 98a612fc2fa3e0612da1bd3352d032b8c08c80af Mon Sep 17 00:00:00 2001 From: frostming Date: Wed, 17 Jul 2019 14:20:27 +0800 Subject: [PATCH] Fix towncrier template --- news/towncrier_template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}