Skip to content

Commit

Permalink
Fix "`" typo (#8529)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuekui committed Jun 24, 2022
1 parent dba9493 commit 2051a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/throttling.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def get_cache_key(self, request, view):
If `view.throttle_scope` is not set, don't apply this throttle.
Otherwise generate the unique cache key by concatenating the user id
with the '.throttle_scope` property of the view.
with the `.throttle_scope` property of the view.
"""
if request.user.is_authenticated:
ident = request.user.pk
Expand Down

0 comments on commit 2051a79

Please sign in to comment.