mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Fix names of kwargs in docstrings
This commit is contained in:
parent
559088463b
commit
b92c46f9b6
|
@ -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