Skip to content

Commit 2ef14c5

Browse files
Update urls.py (#1410)
Fix typo
1 parent 1c33bfc commit 2ef14c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# .well-known/openid-configuration/ is deprecated
3535
# https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
3636
# does not specify a trailing slash
37-
# Support for trailing slash should shall be removed in a future release.
37+
# Support for trailing slash shall be removed in a future release.
3838
re_path(
3939
r"^\.well-known/openid-configuration/?$",
4040
views.ConnectDiscoveryInfoView.as_view(),

0 commit comments

Comments
 (0)