Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clarify the download unit in the download section (GH-13122)
(cherry picked from commit e9b49d1)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
  • Loading branch information
matrixise authored and miss-islington committed May 6, 2019
commit 64e0ea84c8b24fbaf11b7938532cfd9fef307e63
3 changes: 1 addition & 2 deletions Doc/tools/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ <h1>Download Python {{ release }} Documentation</h1>
{% 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>
Expand Down