File tree 4 files changed +4
-5
lines changed
Filter options
4 files changed +4
-5
lines changed
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ when you share your project with others. You should get output similar to this
156
156
Adding requests to Pipfile's [packages]...
157
157
P.S. You have excellent taste! ✨ 🍰 ✨
158
158
159
- .. _Requests : http ://docs.python- requests.org /en/master /
159
+ .. _Requests : https ://requests.readthedocs.io /en/latest /
160
160
161
161
162
162
Using installed packages
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ your URLs, or to form-encode your POST data. Keep-alive and HTTP connection
28
28
pooling are 100% automatic, powered by urllib3, which is embedded within
29
29
Requests.
30
30
31
- - `Documentation <http ://docs.python- requests.org /en/latest/index.html >`_
31
+ - `Documentation <https ://requests.readthedocs.io /en/latest/ >`_
32
32
- `PyPi <http://pypi.org/project/requests >`_
33
33
- `GitHub <https://github.com/kennethreitz/requests >`_
34
34
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lxml and Requests
28
28
`lxml <http://lxml.de/ >`_ is a pretty extensive library written for parsing
29
29
XML and HTML documents very quickly, even handling messed up tags in the
30
30
process. We will also be using the
31
- `Requests <http ://docs.python- requests.org /en/latest/ >`_ module instead of the
31
+ `Requests <https ://requests.readthedocs.io /en/latest/ >`_ module instead of the
32
32
already built-in urllib2 module due to improvements in speed and readability.
33
33
You can easily install both using ``pip install lxml `` and
34
34
``pip install requests ``.
Original file line number Diff line number Diff line change @@ -465,8 +465,7 @@ easy-to-read version of PEP 8 is also available at `pep8.org <http://pep8.org/>`
465
465
466
466
This is highly recommended reading. The entire Python community does their
467
467
best to adhere to the guidelines laid out within this document. Some project
468
- may sway from it from time to time, while others may
469
- `amend its recommendations <http://docs.python-requests.org/en/master/dev/contributing/#kenneth-reitz-s-code-style >`_.
468
+ may sway from it from time to time, while others may amend its recommendations.
470
469
471
470
That being said, conforming your Python code to PEP 8 is generally a good idea
472
471
and helps make code more consistent when working on projects with other
You can’t perform that action at this time.
0 commit comments