8000 Fix download.html by methane · Pull Request #18902 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix download.html #18902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2020
Merged
Changes from 1 commit
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
8000
Diff view
Diff view
Prev Previous commit
Update Doc/tools/templates/download.html
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
  • Loading branch information
methane and aeros authored Mar 11, 2020
commit 7adde74c5d687d18027982520c3c7ba26d5dee13
2 changes: 1 addition & 1 deletion Doc/tools/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>Download Python {{ release }} Documentation</h1>

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

<p>HTML Help (.chm) 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>

Expand Down
0