Fix markdown code indent in schemas

This commit is contained in:
Nautikos1235 2019-10-22 14:54:40 +02:00
parent 43397a81ae
commit 23d5f7ff9c

View File

@ -90,6 +90,7 @@ The `get_schema_view()` helper takes the following keyword arguments:
url='https://www.example.org/api/', url='https://www.example.org/api/',
urlconf='myproject.urls' urlconf='myproject.urls'
) )
* `patterns`: List of url patterns to limit the schema introspection to. If you * `patterns`: List of url patterns to limit the schema introspection to. If you
only want the `myproject.api` urls to be exposed in the schema: only want the `myproject.api` urls to be exposed in the schema: