Skip to content

Commit e4b2ed2

Browse files
Maciek's request
1 parent 9974d1e commit e4b2ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ main | <a href="metadata.html" target="_self">meta</a>
5252
{% endfor %}
5353
</tbody>
5454
</table>
55-
<p>The Python documentation currently has a wordcount of {{ '{:,}'.format(word_count) }}.</p>
5655
<p>* the number in parentheses shows change in the last 30 days, included in the total completion</p>
56+
<p>The Python documentation currently has a wordcount of {{ '{:,}'.format(word_count) }}.</p>
5757
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/">Python Developer’s Guide</a>.</p>
5858
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
5959
</body>

0 commit comments

Comments
 (0)