Commit 71ea5b73 by Tom Christie

Merge pull request #1452 from davidbgk/patch-1

Typo in keywords arguments name
parents 4edd39b2 07cb436d
......@@ -295,7 +295,7 @@ class APIView(View):
# Dispatch methods
def initialize_request(self, request, *args, **kargs):
def initialize_request(self, request, *args, **kwargs):
"""
Returns the initial request object.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment