]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update html.parser.rst (GH-30678)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Feb 2022 12:46:25 +0000 (04:46 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 12:46:25 +0000 (04:46 -0800)
commit0da140da71830681f216d2ead5225fc685a50d65
tree75fc2f07435029fdfeb5041a8a9463ad0c7421ec
parentd975a40e33e52cb479defcd2aa22be83f336d81f
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.
(cherry picked from commit 2945f5a7c51200bfc5c493ccb626fc414e1385b1)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Doc/library/html.parser.rst