Skip to content

Commit 5e6b233

Browse files
authored
Merge pull request #5040 from minusf/master
fix whitespace in code example
2 parents fe33b2d + 471065e commit 5e6b233

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)