Update Requests documentation links

This commit is contained in:
Nate Prewitt
2022-06-17 11:43:46 -06:00
parent cf14c4c898
commit 20b4160bf8
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -465,8 +465,7 @@ easy-to-read version of PEP 8 is also available at `pep8.org <http://pep8.org/>`
This is highly recommended reading. The entire Python community does their
best to adhere to the guidelines laid out within this document. Some project
may sway from it from time to time, while others may
`amend its recommendations <http://docs.python-requests.org/en/master/dev/contributing/#kenneth-reitz-s-code-style>`_.
may sway from it from time to time, while others may amend its recommendations.
That being said, conforming your Python code to PEP 8 is generally a good idea
and helps make code more consistent when working on projects with other