8000 Fix download.html (GH-18902) · python/cpython@39c3493 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39c3493

Browse files
methaneaeros
andauthored
Fix download.html (GH-18902)
`<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com>
1 parent c77aa2d commit 39c3493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Download Python {{ release }} Documentation</h1>
4040

4141
<p>These archives contain all the content in the documentation.</p>
4242

43-
<p>HTML Help (<tt>.chm</tt>) files are made available in the "Windows" section
43+
<p>HTML Help (<code>.chm</code>) files are made available in the "Windows" section
4444
on the <a href="https://www.python.org/downloads/release/python-{{ release.replace('.', '') }}/">Python
4545
download page</a>.</p>
4646

0 commit comments

Comments
 (0)
0