Skip to content

Commit 8d42125

Browse files
committed
minor fix on docstring
1 parent 339f151 commit 8d42125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth2_provider/views/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class ProtectedResourceView(ProtectedResourceMixin, View):
1717

1818
class ScopedProtectedResourceView(ScopedResourceMixin, ProtectedResourceView):
1919
"""
20-
Generic view protecting resources by providing OAuth2 authentication and Scopes handling out of the box
20+
Generic view protecting resources by providing OAuth2 authentication and Scopes handling
21+
out of the box
2122
"""
2223
pass
2324

0 commit comments

Comments
 (0)