Commit 7cf9dea7 by Tom Christie

Docs typo. Closes #2491.

parent 2a43d9db
...@@ -128,7 +128,7 @@ If the view used with `FileUploadParser` is called with a `filename` URL keyword ...@@ -128,7 +128,7 @@ If the view used with `FileUploadParser` is called with a `filename` URL keyword
def put(self, request, filename, format=None): def put(self, request, filename, format=None):
file_obj = request.data['file'] file_obj = request.data['file']
# ... # ...
# do some staff with uploaded file # do some stuff with uploaded file
# ... # ...
return Response(status=204) return Response(status=204)
......
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