Fix markdown code indent in schemas (#7009)

This commit is contained in:
nautikos1235 2019-10-22 20:10:15 +02:00 committed by Ryan P Kilby
parent 43397a81ae
commit 65ed7be754

View File

@ -90,6 +90,7 @@ The `get_schema_view()` helper takes the following keyword arguments:
url='https://www.example.org/api/',
urlconf='myproject.urls'
)
* `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: