Commit 5e6b2339 by Tom Christie Committed by GitHub

Merge pull request #5040 from minusf/master

fix whitespace in code example
parents fe33b2d0 471065eb
......@@ -41,7 +41,7 @@ view in our URL configuration.
schema_view = get_schema_view(title='Pastebin API')
urlpatterns = [
       url(r'^schema/$', schema_view),
   url(r'^schema/$', schema_view),
...
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment