From 4840d4a3768d8eb4416875a921ad95ca9b86e789 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 4 Oct 2020 20:45:07 -0400 Subject: [PATCH] small typo corrected. a small typo was corrected. --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 42f2885479..e2f59b5e69 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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.