Skip to content

Commit 0d2bbd3

Browse files
authored
Fix Request docstring kwarg names (#7443)
1 parent 17f2b39 commit 0d2bbd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest_framework/request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ class Request:
143143
144144
Kwargs:
145145
- request(HttpRequest). The original request instance.
146-
- parsers_classes(list/tuple). The parsers to use for parsing the
146+
- parsers(list/tuple). The parsers to use for parsing the
147147
request content.
148-
- authentication_classes(list/tuple). The authentications used to try
148+
- authenticators(list/tuple). The authenticators used to try
149149
authenticating the request's user.
150150
"""
151151

0 commit comments

Comments
 (0)