Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
isorted import statements in tutorial example
  • Loading branch information
meli-lewis authored and carltongibson committed Mar 22, 2018
1 parent 623139b commit d97cce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial01.txt
Expand Up @@ -289,8 +289,8 @@ The next step is to point the root URLconf at the ``polls.urls`` module. In
.. snippet::
:filename: mysite/urls.py

from django.urls import include, path
from django.contrib import admin
from django.urls import include, path

urlpatterns = [
path('polls/', include('polls.urls')),
Expand Down

0 comments on commit d97cce3

Please sign in to comment.