]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update html.parser.rst (GH-30678)
authorGéry Ogam <gery.ogam@gmail.com>
Thu, 17 Feb 2022 12:20:40 +0000 (13:20 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 12:20:40 +0000 (04:20 -0800)
commit2945f5a7c51200bfc5c493ccb626fc414e1385b1
tree215554740fa1f4124c0c92c8c76cc1fa4034f034
parentfc115c9bde52a58b4fb9be2b80c3d6be8a4d2454
Update html.parser.rst (GH-30678)

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.
Doc/library/html.parser.rst