aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/throttling.html
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/throttling.html')
-rw-r--r--api-guide/throttling.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guide/throttling.html b/api-guide/throttling.html
index cc02e6c4..d22d0b70 100644
--- a/api-guide/throttling.html
+++ b/api-guide/throttling.html
@@ -307,7 +307,7 @@ class UploadView(APIView):
<p>...and the following settings.</p>
<pre class="prettyprint lang-py"><code>REST_FRAMEWORK = {
'DEFAULT_THROTTLE_CLASSES': (
- 'rest_framework.throttling.ScopedRateThrottle'
+ 'rest_framework.throttling.ScopedRateThrottle',
),
'DEFAULT_THROTTLE_RATES': {
'contacts': '1000/day',