mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-06 04:05:49 +03:00
Fixed typo in ScopedRateThrottle example views
This commit is contained in:
parent
a985fc521f
commit
671de792e2
|
@ -148,7 +148,7 @@ For example, given the following views...
|
|||
throttle_scope = 'contacts'
|
||||
...
|
||||
|
||||
class ContactDetailView(ApiView):
|
||||
class ContactDetailView(APIView):
|
||||
throttle_scope = 'contacts'
|
||||
...
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user