docs: fix typo

This commit is contained in:
Yoo In Keun 2020-02-14 00:21:37 +09:00 committed by GitHub
parent f81ca78642
commit 4c57e835cc
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
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
to the `generateschema` command or `get_schema_view()` helper function.