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
Update html.parser.rst #30678
Update html.parser.rst #30678
Conversation
Thanks @maggyero for the PR |
GH-31385 is a backport of this pull request to the 3.10 branch. |
This PR for the documentation of the [html.parser](https://docs.python.org/3/library/html.parser.html) module will - fix a terminology mistake (‘start of a tag’ -> ‘start tag of an element’); - mention the parameter names of the `HTMLParser.handle_*` methods where missing. (cherry picked from commit 2945f5a) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
This PR for the documentation of the [html.parser](https://docs.python.org/3/library/html.parser.html) module will - fix a terminology mistake (‘start of a tag’ -> ‘start tag of an element’); - mention the parameter names of the `HTMLParser.handle_*` methods where missing. (cherry picked from commit 2945f5a) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
GH-31386 is a backport of this pull request to the 3.9 branch. |
I should have changed the PR title to get a better commit message, like «Improve wording in html.parser doc» «update file x» is not very useful, we try to always explain what is done (and often why too). |
This PR for the documentation of the [html.parser](https://docs.python.org/3/library/html.parser.html) module will - fix a terminology mistake (‘start of a tag’ -> ‘start tag of an element’); - mention the parameter names of the `HTMLParser.handle_*` methods where missing. (cherry picked from commit 2945f5a) Co-authored-by: Géry Ogam <gery.ogam@gmail.com> Automerge-Triggered-By: GH:merwok
This PR for the documentation of the [html.parser](https://docs.python.org/3/library/html.parser.html) module will - fix a terminology mistake (‘start of a tag’ -> ‘start tag of an element’); - mention the parameter names of the `HTMLParser.handle_*` methods where missing. (cherry picked from commit 2945f5a) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Thanks for the review @merwok and @JelleZijlstra. Next time I will choose a better PR title than the default one. |
This PR for the documentation of the [html.parser](https://docs.python.org/3/library/html.parser.html) module will - fix a terminology mistake (‘start of a tag’ -> ‘start tag of an element’); - mention the parameter names of the `HTMLParser.handle_*` methods where missing. (cherry picked from commit 2945f5a) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
This PR for the documentation of the html.parser module will
HTMLParser.handle_*
methods where missing.Automerge-Triggered-By: GH:merwok