summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-08 13:09:47 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-08 13:09:47 -0400
commit62eb5a91bc0b385413403dfd6fcdf10a944451fc (patch)
tree377b2ce31f3bd124c62a5c84f269d495dd0723f1
parent65ed51cb89cac416c2adb9a88626f85ab5b8d331 (diff)
Updated docs with new examples.
-rw-r--r--doc/source/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f44f896..82e4030 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1609,10 +1609,10 @@ tag it contains.
CSS selectors
-------------
-Beautiful Soup supports a subset of the `CSS selector standard
-<http://www.w3.org/TR/CSS2/selector.html>`_. Just construct the
-selector as a string and pass it into the ``.select()`` method of a
-``Tag`` or the ``BeautifulSoup`` object itself.
+Beautiful Soup supports the most commonly-used `CSS selectors
+<http://www.w3.org/TR/CSS2/selector.html>`_. Just pass a string into
+the ``.select()`` method of a ``Tag`` object or the ``BeautifulSoup``
+object itself.
You can find tags::