aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/parsers/index.html
diff options
context:
space:
mode:
authorXavier Ordoquy2015-02-10 23:56:05 +0100
committerXavier Ordoquy2015-02-10 23:56:05 +0100
commitccb2b8ff691760e4e93f3905975b285cee8b67f8 (patch)
treef841204e1818f09c91e062e4bdedefe2732c65c1 /api-guide/parsers/index.html
parentb0a1712ebd2eeb9dfe17d0e2f7e1abd7000cfa15 (diff)
downloaddjango-rest-framework-ccb2b8ff691760e4e93f3905975b285cee8b67f8.tar.bz2
Update documentation
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>