diff options
Diffstat (limited to 'bs4/doc/source/index.rst')
-rw-r--r-- | bs4/doc/source/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bs4/doc/source/index.rst b/bs4/doc/source/index.rst index 8b7f1e4..8328ed7 100644 --- a/bs4/doc/source/index.rst +++ b/bs4/doc/source/index.rst @@ -2503,8 +2503,9 @@ Miscellaneous contains a single tag B and nothing else, then A.string is the same as B.string. (Previously, it was None.) -`Multi-valued attributes`_ like ``class`` are presented as lists. This -may affect the way you search by CSS class. +`Multi-valued attributes`_ like ``class`` have lists of strings as +their values, not strings. This may affect the way you search by CSS +class. If you pass one of the ``find*`` methods both :ref:`text <text>` `and` a tag-specific argument like :ref:`name <name>`, Beautiful Soup will |