mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
Typo in keywords arguments name
Because it matters ;)
This commit is contained in:
parent
4edd39b2e4
commit
07cb436d61
|
@ -295,7 +295,7 @@ class APIView(View):
|
||||||
|
|
||||||
# Dispatch methods
|
# Dispatch methods
|
||||||
|
|
||||||
def initialize_request(self, request, *args, **kargs):
|
def initialize_request(self, request, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Returns the initial request object.
|
Returns the initial request object.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user