diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-04-08 23:26:50 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-04-08 23:26:50 -0400 |
commit | 8d73b97105bf6534057ee93af6795a2a0aceb993 (patch) | |
tree | 4f5bbf82bdbd95692b07ef2e36ce2ae0fced9827 /doc | |
parent | 34e0ce8a9dd43ada1c55b50a156fbce63b1e2ebb (diff) |
Brought in fuzz tests from the oss-project into Beautiful Soup's unit test suite.
Diffstat (limited to 'doc')
-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') |