Skip to content

Commit 30e6f32

Browse files
committed
Fix typo in requests.md
1 parent e45e0f0 commit 30e6f32

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)