summaryrefslogtreecommitdiff
path: root/bs4/doc/source/index.rst
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-16 08:26:47 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-16 08:26:47 -0500
commit97ac0bc1947b3c5ea7d262d268f42ab629117441 (patch)
tree4edf6f2f170b96169ced28cd6d7fb1c6bf03fb6b /bs4/doc/source/index.rst
parent87747b712cfe63d173332f06ee1ba2bf9adf9ce5 (diff)
Prep for release.
Diffstat (limited to 'bs4/doc/source/index.rst')
-rw-r--r--bs4/doc/source/index.rst5
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