Fix indentation of code example in chapter 7

This commit is contained in:
Berker Peksag 2017-08-13 16:09:44 +03:00 committed by GitHub
parent be7657c672
commit 70d49e3cc3

View File

@ -36,7 +36,7 @@ API schema.
We can now include a schema for our API, by including an autogenerated schema We can now include a schema for our API, by including an autogenerated schema
view in our URL configuration. view in our URL configuration.
``` ```python
from rest_framework.schemas import get_schema_view from rest_framework.schemas import get_schema_view
schema_view = get_schema_view(title='Pastebin API') schema_view = get_schema_view(title='Pastebin API')