diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-03-11 04:23:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 04:23:24 (GMT) |
commit | 39c34933fc958fd773ebf14ccd2e0224450b17ed (patch) | |
tree | f93da1b04ac0d83979a96239cf5f7adc45fbcd80 /Doc/tools | |
parent | c77aa2d60b420747886f4258cf159bdbb7354100 (diff) | |
download | cpython-39c34933fc958fd773ebf14ccd2e0224450b17ed.zip cpython-39c34933fc958fd773ebf14ccd2e0224450b17ed.tar.gz cpython-39c34933fc958fd773ebf14ccd2e0224450b17ed.tar.bz2 |
Fix download.html (GH-18902)
`<tt>` is not allowed.
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index d9364d6..987c63a 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -40,7 +40,7 @@ Python in one of various formats, follow one of links in this table.</p> <p>These archives contain all the content in the documentation.</p> -<p>HTML Help (<tt>.chm</tt>) files are made available in the "Windows" section +<p>HTML Help (<code>.chm</code>) files are made available in the "Windows" section on the <a href="https://www.python.org/downloads/release/python-{{ release.replace('.', '') }}/">Python download page</a>.</p> |