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
=== modified file 'doc/source/index.rst'
--- doc/source/index.rst 2015-09-28 23:17:10 +0000
+++ doc/source/index.rst 2015-11-24 05:05:18 +0000
@@ -1649,7 +1649,7 @@
1649 soup.select("title")1649 soup.select("title")
1650 # [<title>The Dormouse's story</title>]1650 # [<title>The Dormouse's story</title>]
16511651
1652 soup.select("p nth-of-type(3)")1652 soup.select("p:nth-of-type(3)")
1653 # [<p class="story">...</p>]1653 # [<p class="story">...</p>]
16541654
1655Find tags beneath other tags::1655Find tags beneath other tags::

Subscribers

People subscribed via source and target branches

to status/vote changes: