summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-07-10 08:22:08 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-07-10 08:22:08 -0400
commit1ec23d31810c36bb465b4862ff6b974a959c589f (patch)
tree81603013d41cc83bd172788ee279164ddfef735c /doc/source
parent96eaf6e8f54d84b02e0c3c8c334e7cfd29ef343c (diff)
Fixed typo.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 7c4b847..0e8dd6a 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1304,7 +1304,7 @@ Here are some examples::
# [u"The Dormouse's story", u"The Dormouse's story", u'Elsie', u'Lacie', u'Tillie', u'...']
Although ``text`` is for finding strings, you can combine it with
-arguments for finding tags, Beautiful Soup will find all tags whose
+arguments that find tags: Beautiful Soup will find all tags whose
``.string`` matches your value for ``text``. This code finds the <a>
tags whose ``.string`` is "Elsie"::