Merge lp:~gene.wood/beautifulsoup/fix-nth-of-type-doc-example into lp:beautifulsoup

Proposed by gene_wood
Status: Merged
Merge reported by: Leonard Richardson
Merged at revision: not available
Proposed branch: lp:~gene.wood/beautifulsoup/fix-nth-of-type-doc-example
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:~gene.wood/beautifulsoup/fix-nth-of-type-doc-example
Reviewer Review Type Date Requested Status
Leonard Richardson Approve
Review via email: mp+278398@code.launchpad.net

Commit message

Fixing typo in example of nth-of-type css selector

Description of the change

This fixes a typo in an example in the documentation.

Bug #1519200

To post a comment you must log in.
Revision history for this message
Leonard Richardson (leonardr) :
review: Approve

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 2015-09-28 23:17:10 +0000
3+++ doc/source/index.rst 2015-11-24 05:05:18 +0000
4@@ -1649,7 +1649,7 @@
5 soup.select("title")
6 # [<title>The Dormouse's story</title>]
7
8- soup.select("p nth-of-type(3)")
9+ soup.select("p:nth-of-type(3)")
10 # [<p class="story">...</p>]
11
12 Find tags beneath other tags::

Subscribers

People subscribed via source and target branches

to status/vote changes: