-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
Fix download.html #18902
Conversation
<tt> is not allowed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The <tt>
tag currently still works in most browsers, but it is obsolete. So we're better off just removing it or replacing it with the <code>
tag; I think either is fine in this context.
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
`<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com> (cherry picked from commit 39c3493) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
GH-18914 is a backport of this pull request to the 3.8 branch. |
GH-18915 is a backport of this pull request to the 3.7 branch. |
`<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com> (cherry picked from commit 39c3493) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
`<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com> (cherry picked from commit 39c3493) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
`<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com> (cherry picked from commit 39c3493) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
<tt>
is not allowed here.See https://validator.w3.org/nu/?doc=https%3A%2F%2Fdocs.python.org%2F3%2Fdownload.html