mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
Fixed typo in comment.
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ class Request(RequestHooksMixin):
|
||||
p.prepare_headers(self.headers)
|
||||
p.prepare_cookies(self.cookies)
|
||||
p.prepare_body(self.data, self.files)
|
||||
# Note that prepare_auth most be last to enable authentication schemes
|
||||
# Note that prepare_auth must be last to enable authentication schemes
|
||||
# such as OAuth to work on a fully prepared request.
|
||||
p.prepare_auth(self.auth)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user