Merge lp:~marting/beautifulsoup/doc-typo into lp:beautifulsoup

Proposed by Marting
Status: Merged
Merge reported by: Leonard Richardson
Merged at revision: not available
Proposed branch: lp:~marting/beautifulsoup/doc-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:~marting/beautifulsoup/doc-typo
Reviewer Review Type Date Requested Status
Leonard Richardson Pending
Review via email: mp+328433@code.launchpad.net

Commit message

Fix doc typo

Description of the change

Fix a small syntax typo in the doc

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 2017-05-07 01:38:56 +0000
3+++ doc/source/index.rst 2017-08-02 03:02:24 +0000
4@@ -1732,7 +1732,7 @@
5 soup.select("a#link2")
6 # [<a class="sister" href="http://example.com/lacie" id="link2">Lacie</a>]
7
8-Find tags that match any selector from a list of selectors:
9+Find tags that match any selector from a list of selectors::
10
11 soup.select("#link1,#link2")
12 # [<a class="sister" href="http://example.com/elsie" id="link1">Elsie</a>,

Subscribers

People subscribed via source and target branches

to status/vote changes: