From 62eb5a91bc0b385413403dfd6fcdf10a944451fc Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 8 May 2013 13:09:47 -0400 Subject: Updated docs with new examples. --- doc/source/index.rst | 8 ++++---- 1 file 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 -`_. 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 +`_. Just pass a string into +the ``.select()`` method of a ``Tag`` object or the ``BeautifulSoup`` +object itself. You can find tags:: -- cgit v1.2.3