mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
Update README.rst
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user