Skip to content

Commit cd4c389

Browse files
committed
Merge pull request encode#3382 from outime/patch-1
Fixed typo in ScopedRateThrottle example views
2 parents b6b33b5 + 671de79 commit cd4c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/throttling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ For example, given the following views...
148148
throttle_scope = 'contacts'
149149
...
150150

151-
class ContactDetailView(ApiView):
151+
class ContactDetailView(APIView):
152152
throttle_scope = 'contacts'
153153
...
154154

0 commit comments

Comments
 (0)