Skip to content

Commit eacb93d

Browse files
pgergovlovelydinosaur
authored andcommitted
Update _not_authenticated's docstring (encode#4906)
1 parent 625eb4c commit eacb93d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rest_framework/request.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,9 @@ def _authenticate(self):
353353

354354
def _not_authenticated(self):
355355
"""
356-
Return a three-tuple of (authenticator, user, authtoken), representing
357-
an unauthenticated request.
356+
Set authenticator, user & authtoken representing an unauthenticated request.
358357
359-
By default this will be (None, AnonymousUser, None).
358+
Defaults are None, AnonymousUser & None.
360359
"""
361360
self._authenticator = None
362361

0 commit comments

Comments
 (0)