Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b43ef77

Browse files
committed
#14545: merge 3.2
2 parents 2a4864b + 2c58075 commit b43ef77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/html.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
.. module:: html
55
:synopsis: Helpers for manipulating HTML.
66

7-
.. versionadded:: 3.2
8-
97
**Source code:** :source:`Lib/html/__init__.py`
108

119
--------------
@@ -19,3 +17,5 @@ This module defines utilities to manipulate HTML.
1917
characters in HTML. If the optional flag *quote* is true, the characters
2018
(``"``) and (``'``) are also translated; this helps for inclusion in an HTML
2119
attribute value delimited by quotes, as in ``<a href="...">``.
20+
21+
.. versionadded:: 3.2

0 commit comments

Comments
 (0)