Skip to content

Commit 9e66f39

Browse files
authored
docs: fix a tiny typo in method docstring (#1399)
1 parent fdd0594 commit 9e66f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/views/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AuthorizedTokensListView(LoginRequiredMixin, ListView):
1616

1717
def get_queryset(self):
1818
"""
19-
Show only user"s tokens
19+
Show only user's tokens
2020
"""
2121
return super().get_queryset().select_related("application").filter(user=self.request.user)
2222

0 commit comments

Comments
 (0)