
python-checkins at python
Nov 17, 2008, 1:39 PM
Views: 109
Permalink
|
|
r67243 - python/trunk/Doc/tools/sphinxext/download.html
|
|
Author: benjamin.peterson Date: Mon Nov 17 22:39:05 2008 New Revision: 67243 Log: a few fixes on the download page Modified: python/trunk/Doc/tools/sphinxext/download.html Modified: python/trunk/Doc/tools/sphinxext/download.html ============================================================================== --- python/trunk/Doc/tools/sphinxext/download.html (original) +++ python/trunk/Doc/tools/sphinxext/download.html Mon Nov 17 22:39:05 2008 @@ -14,7 +14,7 @@ <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 Kilobytes.</p> +in the table are the size of the download files in megabytes.</p> <table class="docutils"> <tr><th>Format</th><th>Packed as .zip</th><th>Packed as .tar.bz2</th></tr> @@ -54,7 +54,7 @@ <h2>Problems</h2> <p>If you have comments or suggestions for the Python documentation, please send -email to <a href="docs[at]python.org">docs[at]python.org</a>.</p> +email to <a href="mailto:docs[at]python.org">docs[at]python.org</a>.</p> {% endif %} {% endblock %} _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|