From f43f3241f0c63cd50bb4286edffcc1f8ee5ae7bd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 08:23:40 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a2c36c1..629ea7b 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Make a GET request to 'python.org', using Requests: >>> from requests_html import session >>> r = session.get('https://python.org/') -Grab a list of all links on the page (anchors excluded): +Grab a list of all links on the page, as–is (anchors excluded): .. code-block:: pycon