diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-06 18:48:17 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-06 18:48:17 (GMT) |
commit | e9b49d1b4eec21f2da838db3360f6458cf648c36 (patch) | |
tree | e6df55e9aa178497eb0a014e37520b39e6f3c48b /Doc/tools | |
parent | 4920c093da8a3061faea62d62f2ddf0c5c443360 (diff) | |
download | cpython-e9b49d1b4eec21f2da838db3360f6458cf648c36.zip cpython-e9b49d1b4eec21f2da838db3360f6458cf648c36.tar.gz cpython-e9b49d1b4eec21f2da838db3360f6458cf648c36.tar.bz2 |
Clarify the download unit in the download section (GH-13122)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/templates/download.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 1a99b18..d9364d6 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -12,8 +12,7 @@ {% if last_updated %}<p><b>Last updated on: {{ last_updated }}.</b></p>{% endif %} <p>To download an archive containing all the documents for this version of -Python in one of various formats, follow one of links in this table. The numbers -in the table are the size of the download files in megabytes.</p> +Python in one of various formats, follow one of links in this table.</p> <table class="docutils"> <tr><th>Format</th><th>Packed as .zip</th><th>Packed as .tar.bz2</th></tr> |