summaryrefslogtreecommitdiff
path: root/Doc/library/html.parser.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 22:48:30 +0200
committerGeorg Brandl <georg@python.org>2012-06-24 22:48:30 +0200
commitcd7d6420338ac95915350cc216fbbd825d95393a (patch)
tree1b7be6006eb42e2bb359384abbcd69259f14bd9b /Doc/library/html.parser.rst
parentfb71e93736d4da369bb1a8f98ff538c0eb58124b (diff)
downloadcpython-cd7d6420338ac95915350cc216fbbd825d95393a.tar.gz
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/html.parser.rst')
-rw-r--r--Doc/library/html.parser.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst
index 4715185fcc..e4154ef968 100644
--- a/Doc/library/html.parser.rst
+++ b/Doc/library/html.parser.rst
@@ -33,7 +33,8 @@ parsing text files formatted in HTML (HyperText Mark-up Language) and XHTML.
This parser does not check that end tags match start tags or call the end-tag
handler for elements which are closed implicitly by closing an outer element.
- .. versionchanged:: 3.2 *strict* keyword added
+ .. versionchanged:: 3.2
+ *strict* keyword added.
.. deprecated-removed:: 3.3 3.5
The *strict* argument and the strict mode have been deprecated.