Skip to content

Commit 000d637

Browse files
authored
Update template.html.jinja: wording
1 parent 7e91b47 commit 000d637

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
@@ -46,7 +46,7 @@
4646
{% endfor %}
4747
</tbody>
4848
</table>
49-
<p>* total completion including recent progress, where <i>recently</i> means <i>in last 30 days</i></p>
49+
<p>* total completion including recent progress, where <i>recently</i> means <i>in the last 30 days</i></p>
5050
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/" target="_blank">Python Developer’s Guide</a>.</p>
5151
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
5252
</body>

0 commit comments

Comments
 (0)