Fixed docs typo. (#7188)

This commit is contained in:
Yoo In Keun 2020-02-20 04:16:42 +09:00 committed by GitHub
parent 39dd34f161
commit 4faa674196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ on a per-view basis.
### Schema Level Customization ### Schema Level Customization
In order to customize the top-level schema sublass In order to customize the top-level schema subclass
`rest_framework.schemas.openapi.SchemaGenerator` and provide it as an argument `rest_framework.schemas.openapi.SchemaGenerator` and provide it as an argument
to the `generateschema` command or `get_schema_view()` helper function. to the `generateschema` command or `get_schema_view()` helper function.