diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
commit | 61063cca6abe36005f6e327358d533af8a56d33c (patch) | |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/html.parser.rst | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 (diff) | |
download | cpython-61063cca6abe36005f6e327358d533af8a56d33c.zip cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.bz2 |
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/html.parser.rst')
-rw-r--r-- | Doc/library/html.parser.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst index 4715185..e4154ef 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. |