Commit cd4c389d by Xavier Ordoquy

Merge pull request #3382 from outime/patch-1

Fixed typo in ScopedRateThrottle example views
parents b6b33b56 671de792
...@@ -148,7 +148,7 @@ For example, given the following views... ...@@ -148,7 +148,7 @@ For example, given the following views...
throttle_scope = 'contacts' throttle_scope = 'contacts'
... ...
class ContactDetailView(ApiView): class ContactDetailView(APIView):
throttle_scope = 'contacts' throttle_scope = 'contacts'
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment