Skip to content

Commit e218d38

Browse files
MeiK2333jleclanche
authored andcommitted
Fixed unpaired parentheses
1 parent 0ff567c commit e218d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/tutorial_01.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Include the Django OAuth Toolkit urls in your `urls.py`, choosing the urlspace y
3434
.. code-block:: python
3535
3636
urlpatterns = [
37-
url(r"^admin/", admin.site.urls)),
37+
url(r"^admin/", admin.site.urls),
3838
url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
3939
# ...
4040
]

0 commit comments

Comments
 (0)