diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 26fc9571d17423..523b505f59673e 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -42,22 +42,22 @@
{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}
{% trans %}HTML{% endtrans %} |
- {% trans download_size="13" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
- {% trans download_size="8" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
+ {% trans %}Download{% endtrans %} |
+ {% trans %}Download{% endtrans %} |
{% trans %}Plain text{% endtrans %} |
- {% trans download_size="4" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
- {% trans download_size="3" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
+ {% trans %}Download{% endtrans %} |
+ {% trans %}Download{% endtrans %} |
{% trans %}Texinfo{% endtrans %} |
- {% trans download_size="9" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
- {% trans download_size="7" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
+ {% trans %}Download{% endtrans %} |
+ {% trans %}Download{% endtrans %} |
{% trans %}EPUB{% endtrans %} |
- {% trans download_size="6" %}Download (ca. {{ download_size }} MiB){% endtrans %} |
+ {% trans %}Download{% endtrans %} |
|
@@ -71,6 +71,9 @@ {% trans %}Download Python {{ dl_version }} documentation{% endtrans %}
and run make dist-pdf
in the Doc/
directory of a copy of the CPython repository.
{% endtrans %}
+{% trans %}
+See the directory listing
+for file sizes.{% endtrans %}
{% trans %}Unpacking{% endtrans %}
@@ -83,9 +86,8 @@ {% trans %}Unpacking{% endtrans %}
{% trans %}Windows users can use the ZIP archives since those are customary on that
platform. These are created on Unix using the Info-ZIP zip program.{% endtrans %}
-
{% trans %}Problems{% endtrans %}
-
-{% trans %}If you have comments or suggestions for the Python documentation, please send
-email to docs@python.org.{% endtrans %}
+{% set bugs = pathto('bugs') %}
+{% trans bugs = bugs %}Open an issue
+if you have comments or suggestions for the Python documentation.{% endtrans %}
{% endblock %}