diff options
author | Colin Watson <cjwatson@canonical.com> | 2020-01-23 01:22:28 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@canonical.com> | 2020-01-23 01:22:28 +0000 |
commit | db15531f67e855955249f1103492686cfcf25194 (patch) | |
tree | 0599f5c9500b53a21a24dbed2d12504b6e6633f9 /doc/source/index.rst | |
parent | 981c34917f44d96b5c7fa3314bcf39c772d12a61 (diff) |
Fix a confusing typo in the description of formatter="html5".
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 3664612..c693ff0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2297,7 +2297,7 @@ Unicode characters to HTML entities whenever possible:: # </html> If you pass in ``formatter="html5"``, it's the same as -``formatter="html5"``, but Beautiful Soup will +``formatter="html"``, but Beautiful Soup will omit the closing slash in HTML void tags like "br":: soup = BeautifulSoup("<br>") |