diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
commit | a199368b230026fa37987852fe8802992a126ab7 (patch) | |
tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/html.rst | |
parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c (diff) | |
download | cpython-a199368b230026fa37987852fe8802992a126ab7.zip cpython-a199368b230026fa37987852fe8802992a126ab7.tar.gz cpython-a199368b230026fa37987852fe8802992a126ab7.tar.bz2 |
More source links.
Diffstat (limited to 'Doc/library/html.rst')
-rw-r--r-- | Doc/library/html.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/html.rst b/Doc/library/html.rst index 2c42cf8..0063db6 100644 --- a/Doc/library/html.rst +++ b/Doc/library/html.rst @@ -6,6 +6,9 @@ .. versionadded:: 3.2 +**Source code:** :source:`Lib/html/__init__.py` + +-------------- This module defines utilities to manipulate HTML. |