Skip to content

Commit 671de79

Browse files
committed
Fixed typo in ScopedRateThrottle example views
1 parent a985fc5 commit 671de79

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)