Merge lp:bsforked into lp:beautifulsoup

Proposed by Diksha Modi
Status: Merged
Approved by: Leonard Richardson
Approved revision: 498
Merge reported by: Leonard Richardson
Merged at revision: not available
Proposed branch: lp:bsforked
Merge into: lp:beautifulsoup
Diff against target: 20 lines (+2/-2)
1 file modified
doc/source/index.rst (+2/-2)
To merge this branch: bzr merge lp:bsforked
Reviewer Review Type Date Requested Status
Leonard Richardson Pending
Review via email: mp+369217@code.launchpad.net

Commit message

Fixed the formatting in documentation

Description of the change

Fixed the documentation formatting in the following sectors:

1. line 2106 in index.rst: ':' was typed instead of '::' causing the code to be displayed without code tags
2. line 2219 in index.rst: extra space was present in the beginning of line "If you pass in ..."

Changes I did:

1. changed the ':' to '::' in line 2106
2. removed the extra space in line 2219

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 2018-12-31 16:53:03 +0000
3+++ doc/source/index.rst 2019-06-23 20:39:21 +0000
4@@ -2103,7 +2103,7 @@
5
6 The ``prettify()`` method will turn a Beautiful Soup parse tree into a
7 nicely formatted Unicode string, with a separate line for each
8-tag and each string:
9+tag and each string::
10
11 markup = '<a href="http://example.com/">I linked to <i>example.com</i></a>'
12 soup = BeautifulSoup(markup)
13@@ -2216,7 +2216,7 @@
14 # </body>
15 # </html>
16
17- If you pass in ``formatter="html5"``, it's the same as
18+If you pass in ``formatter="html5"``, it's the same as
19 ``formatter="html5"``, but Beautiful Soup will
20 omit the closing slash in HTML void tags like "br"::
21

Subscribers

People subscribed via source and target branches

to status/vote changes: