mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
+2
-2
@@ -20,10 +20,10 @@ Other nice features include:
|
||||
Usage
|
||||
=====
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
Make a GET request to 'python.org', using Requests:
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from requests_html import session
|
||||
>>> r = session.get('https://python.org/')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user