python.org link

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-01 08:27:59 -05:00
parent 0e223d12cb
commit bfd36fe418
+1 -1
View File
@@ -48,7 +48,7 @@ Only later versions of **Python 3** are supported.
Tutorial & Usage
================
Make a GET request to 'python.org', using `Requests <https://docs.python-requests.org/>`_:
Make a GET request to `python.org <https://python.org/>`_, using `Requests <https://docs.python-requests.org/>`_:
.. code-block:: pycon