summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
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 5b64fdf..baaf09c 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1165,7 +1165,7 @@ tags::
soup.find_all(has_class_but_no_id)
# [<p class="title"><b>The Dormouse's story</b></p>,
- # <p class="story">Once upon a time there were...</p>,
+ # <p class="story">Once upon a time there were…bottom of a well.</p>,
# <p class="story">...</p>]
This function only picks up the <p> tags. It doesn't pick up the <a>