Commit fe95ab67 by Daniel Hahler

doc: fix documentation for Request._authenticate

It does not return anything.
parent 598e5877
...@@ -335,7 +335,6 @@ class Request(object): ...@@ -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:
......
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