Skip to content

Commit 2051a79

Browse files
authored
Fix "`" typo (#8529)
1 parent dba9493 commit 2051a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/throttling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def get_cache_key(self, request, view):
237237
If `view.throttle_scope` is not set, don't apply this throttle.
238238
239239
Otherwise generate the unique cache key by concatenating the user id
240-
with the '.throttle_scope` property of the view.
240+
with the `.throttle_scope` property of the view.
241241
"""
242242
if request.user.is_authenticated:
243243
ident = request.user.pk

0 commit comments

Comments
 (0)