Skip to content

Commit ae1f374

Browse files
Split word-count
1 parent e4b2ed2 commit ae1f374

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
@@ -53,7 +53,7 @@ main | <a href="metadata.html" target="_self">meta</a>
5353
</tbody>
5454
</table>
5555
<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>
56+
<p>The Python documentation currently has a word count 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)