From d77afd56a824ca1aaab3ced889b377d044251e87 Mon Sep 17 00:00:00 2001 From: Dhaval Mehta <20968146+dhaval-mehta@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:18:12 +0530 Subject: [PATCH] improve documentation --- docs/api-guide/schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index f060c95e1..2f0ba7f2e 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -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