From 2e943e6f963524567fc101713f7f16df1a0238f3 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 24 Dec 2019 17:40:04 -0500 Subject: Clarify the expected output to hopefully make it clear that part of a long paragraph is being omitted. --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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) # [

The Dormouse's story

, - #

Once upon a time there were...

, + #

Once upon a time there were…bottom of a well.

, #

...

] This function only picks up the

tags. It doesn't pick up the -- cgit v1.2.3