Update README.rst

This commit is contained in:
2018-02-25 08:23:40 -05:00
committed by GitHub
parent 25fad4c6f1
commit f43f3241f0
+1 -1
View File
@@ -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, asis (anchors excluded):
.. code-block:: pycon