Skip to content

Commit 7cf9dea

Browse files
committed
Docs typo. Closes #2491.
1 parent 2a43d9d commit 7cf9dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If the view used with `FileUploadParser` is called with a `filename` URL keyword
128128
def put(self, request, filename, format=None):
129129
file_obj = request.data['file']
130130
# ...
131-
# do some staff with uploaded file
131+
# do some stuff with uploaded file
132132
# ...
133133
return Response(status=204)
134134

0 commit comments

Comments
 (0)