Fix Request docstring kwarg names (#7443)

This commit is contained in:
Michael K 2020-08-05 23:51:06 +00:00 committed by GitHub
parent 17f2b39bdb
commit 0d2bbd3177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,9 +143,9 @@ class Request:
Kwargs:
- 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.
- authentication_classes(list/tuple). The authentications used to try
- authenticators(list/tuple). The authenticators used to try
authenticating the request's user.
"""