Merge lp:~cjwatson/beautifulsoup/doc-formatter-typo into lp:beautifulsoup

Proposed by Colin Watson
Status: Merged
Merged at revision: 555
Proposed branch: lp:~cjwatson/beautifulsoup/doc-formatter-typo
Merge into: lp:beautifulsoup
Diff against target: 12 lines (+1/-1)
1 file modified
doc/source/index.rst (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/beautifulsoup/doc-formatter-typo
Reviewer Review Type Date Requested Status
Leonard Richardson Pending
Review via email: mp+377978@code.launchpad.net

Commit message

Fix a confusing typo in the description of formatter="html5".

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/index.rst'
2--- doc/source/index.rst 2020-01-01 18:30:28 +0000
3+++ doc/source/index.rst 2020-01-23 01:24:03 +0000
4@@ -2297,7 +2297,7 @@
5 # </html>
6
7 If you pass in ``formatter="html5"``, it's the same as
8-``formatter="html5"``, but Beautiful Soup will
9+``formatter="html"``, but Beautiful Soup will
10 omit the closing slash in HTML void tags like "br"::
11
12 soup = BeautifulSoup("<br>")

Subscribers

People subscribed via source and target branches

to status/vote changes: