improve documentation

This commit is contained in:
Dhaval Mehta 2020-02-19 22:18:12 +05:30
parent 4229234318
commit d77afd56a8

View File

@ -267,7 +267,7 @@ Consider below examples.
---
#### Overriding auto generated tags:
You can override auto-generated tags by passing `tags` argument to the constructor of `AutoSchema`. `tags` argument must be a list of string.
You can override auto-generated tags by passing `tags` argument to the constructor of `AutoSchema`. `tags` argument must be a list or tuple of string.
```python
from rest_framework.schemas.openapi import AutoSchema
from rest_framework.views import APIView