Skip to content

Commit 102c851

Browse files
authored
Add missing closing ) (#1437)
1 parent 9cb93ee commit 102c851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you need an OAuth2 provider you'll want to add the following to your :file:`u
2424
2525
urlpatterns = [
2626
...
27-
path('o/', include(oauth2_urls),
27+
path('o/', include(oauth2_urls)),
2828
]
2929
3030
Sync your database

0 commit comments

Comments
 (0)