doc: fix documentation for Request._authenticate

It does not return anything.
This commit is contained in:
Daniel Hahler 2017-06-16 13:23:26 +02:00
parent 598e5877cd
commit fe95ab675b

View File

@ -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: