From db15531f67e855955249f1103492686cfcf25194 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 23 Jan 2020 01:22:28 +0000 Subject: Fix a confusing typo in the description of formatter="html5". --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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:: # 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("
") -- cgit v1.2.3