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

doc: fix documentation for Request._authenticate
This commit is contained in:
José Padilla 2017-06-17 09:21:00 -04:00 committed by GitHub
commit 9e72736af8

View File

@ -335,7 +335,6 @@ class Request(object):
""" """
Attempt to authenticate the request using each authentication instance Attempt to authenticate the request using each authentication instance
in turn. in turn.
Returns a three-tuple of (authenticator, user, authtoken).
""" """
for authenticator in self.authenticators: for authenticator in self.authenticators:
try: try: