aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/parsers/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/parsers/index.html')
-rw-r--r--api-guide/parsers/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guide/parsers/index.html b/api-guide/parsers/index.html
index 116b63da..e04f563e 100644
--- a/api-guide/parsers/index.html
+++ b/api-guide/parsers/index.html
@@ -543,7 +543,7 @@ def example_view(request, format=None):
def put(self, request, filename, format=None):
file_obj = request.data['file']
# ...
- # do some staff with uploaded file
+ # do some stuff with uploaded file
# ...
return Response(status=204)
</code></pre>