Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-25 09:49:55 -05:00
parent c132d1173b
commit d6b677aac2
+2 -2
View File
@@ -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/')