Fix names of kwargs in docstrings

This commit is contained in:
Michael Käufl 2020-07-30 14:21:47 +02:00
parent 559088463b
commit b92c46f9b6
No known key found for this signature in database
GPG Key ID: 30274591B981122A

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.
"""