mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 16:24:18 +03:00
Fix Request docstring kwarg names (#7443)
This commit is contained in:
parent
17f2b39bdb
commit
0d2bbd3177
|
@ -143,9 +143,9 @@ class Request:
|
||||||
|
|
||||||
Kwargs:
|
Kwargs:
|
||||||
- request(HttpRequest). The original request instance.
|
- request(HttpRequest). The original request instance.
|
||||||
- parsers_classes(list/tuple). The parsers to use for parsing the
|
- parsers(list/tuple). The parsers to use for parsing the
|
||||||
request content.
|
request content.
|
||||||
- authentication_classes(list/tuple). The authentications used to try
|
- authenticators(list/tuple). The authenticators used to try
|
||||||
authenticating the request's user.
|
authenticating the request's user.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user