Merge pull request #5614 from smstong/master

small typo corrected.
This commit is contained in:
Ian Stapleton Cordasco
2020-10-05 13:15:43 -05:00
committed by GitHub
+1 -1
View File
@@ -487,7 +487,7 @@ they are added.
Custom Authentication
---------------------
Requests allows you to use specify your own authentication mechanism.
Requests allows you to specify your own authentication mechanism.
Any callable which is passed as the ``auth`` argument to a request method will
have the opportunity to modify the request before it is dispatched.