Skip to content

Commit 471065e

Browse files
authored
Update 7-schemas-and-client-libraries.md
1 parent fe33b2d commit 471065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/7-schemas-and-client-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ view in our URL configuration.
4141
schema_view = get_schema_view(title='Pastebin API')
4242

4343
urlpatterns = [
44-
       url(r'^schema/$', schema_view),
44+
   url(r'^schema/$', schema_view),
4545
...
4646
]
4747

0 commit comments

Comments
 (0)