diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-01-22 20:33:34 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-01-22 20:33:34 -0500 |
commit | 9d9fec2bfa9ad1c436138aabd67684b6368f8ebe (patch) | |
tree | 0599f5c9500b53a21a24dbed2d12504b6e6633f9 /doc/source/index.rst | |
parent | 981c34917f44d96b5c7fa3314bcf39c772d12a61 (diff) | |
parent | db15531f67e855955249f1103492686cfcf25194 (diff) |
Merging in request 377978
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>") |