diff --git a/rest_framework/request.py b/rest_framework/request.py index 9428708ed..ffbe4a367 100644 --- a/rest_framework/request.py +++ b/rest_framework/request.py @@ -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: