summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-12-24 17:40:04 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-12-24 17:40:04 -0500
commit2e943e6f963524567fc101713f7f16df1a0238f3 (patch)
tree484b3dcc09b63c993c8b350becc9a986698bd828
parent6d626708e543a6b8416dc3ee9cc8c6d139bda662 (diff)
Clarify the expected output to hopefully make it clear that part of a long paragraph is being omitted.
-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>