diff options
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 63e74e2..88b8475 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -439,7 +439,7 @@ keyword argument into the ``BeautifulSoup`` constructor:: no_list_soup.p['class'] # 'body strikeout' -You can use ```get_attribute_list`` to get a value that's always a +You can use ``get_attribute_list`` to get a value that's always a list, whether or not it's a multi-valued atribute:: id_soup.p.get_attribute_list('id') |