We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2ed2 commit ae1f374Copy full SHA for ae1f374
template.html.jinja
@@ -53,7 +53,7 @@ main | <a href="metadata.html" target="_self">meta</a>
53
</tbody>
54
</table>
55
<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>
+<p>The Python documentation currently has a word count of {{ '{:,}'.format(word_count) }}.</p>
57
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/">Python Developer’s Guide</a>.</p>
58
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
59
</body>
0 commit comments