diff --git a/docs/source/index.rst b/docs/source/index.rst index 23bde53..ef794b3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -149,7 +149,7 @@ You can also select only elements containing certian text: .. code-block:: pycon >>> r = session.get('http://python-requests.org/') - >>> r.html.find('a', containing=('kenneth',)) + >>> r.html.find('a', containing='kenneth') [, , , ]