Skip to content

Commit 3a71b6c

Browse files
committed
Merge pull request #2569 from k4nar/k4nar-requests-typo
Fix typo in requests.md
2 parents e45e0f0 + 30e6f32 commit 3a71b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For clarity inside your code, we recommend using `request.query_params` instead
3838

3939
## .DATA and .FILES
4040

41-
The old-style version 2.x `request.data` and `request.FILES` attributes are still available, but are now pending deprecation in favor of the unified `request.data` attribute.
41+
The old-style version 2.x `request.DATA` and `request.FILES` attributes are still available, but are now pending deprecation in favor of the unified `request.data` attribute.
4242

4343
## .QUERY_PARAMS
4444

0 commit comments

Comments
 (0)