Fix typo in requests.md

This commit is contained in:
Yannick PÉROUX 2015-02-17 17:08:30 +01:00
parent e45e0f0567
commit 30e6f32f6f

View File

@ -38,7 +38,7 @@ For clarity inside your code, we recommend using `request.query_params` instead
## .DATA and .FILES
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.
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.
## .QUERY_PARAMS