Commit 9e72736a by José Padilla Committed by GitHub

Merge pull request #5219 from blueyed/fix-doc-_authenticate

doc: fix documentation for Request._authenticate
parents f70e74dc fe95ab67
......@@ -335,7 +335,6 @@ class Request(object):
"""
Attempt to authenticate the request using each authentication instance
in turn.
Returns a three-tuple of (authenticator, user, authtoken).
"""
for authenticator in self.authenticators:
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment