From 63a774a1ce9b3fa9cbd9629a11f47139cacc8ba4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 3 Mar 2018 10:30:45 -0500 Subject: [PATCH] containing kenneth Signed-off-by: Kenneth Reitz --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') [, , , ]