]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix download.html (GH-18902)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Mar 2020 04:40:04 +0000 (21:40 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 04:40:04 +0000 (21:40 -0700)
`<tt>` is not allowed.

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
(cherry picked from commit 39c34933fc958fd773ebf14ccd2e0224450b17ed)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/tools/templates/download.html

index d9364d6ced729f18d9d53b4292545f3bce5464d0..987c63a7f3575ceba6984a541663667e3452f558 100644 (file)
@@ -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>