Skip to content

Commit 82d4d56

Browse files
authored
Update template.html.jinja: improve comment wording
1 parent 3b3816b commit 82d4d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{% endfor %}
4949
</tbody>
5050
</table>
51-
<p>* the number in parentheses shows change in the last 30 days, included in the total progress</p>
51+
<p>* the number in parentheses shows change in the last 30 days, included in the total completion</p>
5252
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/" target="_blank">Python Developer’s Guide</a>.</p>
5353
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
5454
</body>

0 commit comments

Comments
 (0)