From 10cdd2bde3917ef69a0a6f8fca6d9fbbf1518bd0 Mon Sep 17 00:00:00 2001 From: Dhaval Mehta <20968146+dhaval-mehta@users.noreply.github.com> Date: Thu, 13 Feb 2020 00:19:10 +0530 Subject: [PATCH] improve documentation --- docs/api-guide/schemas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index be2f700da..4405a3bf3 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -218,13 +218,13 @@ project you may adjust `settings.DEFAULT_SCHEMA_CLASS` appropriately. ### Grouping Operations With Tags -Tags can be used for logical grouping operations. Each tag name in the list MUST be unique. +Tags can be used to group logical operations. Each tag name in the list MUST be unique. --- **Django REST Framework generates tags automatically with following logic:** 1. Extract tag from `ViewSet`. - 1. If `ViewSet` name ends with `ViewSet`, or `View`, remove them. - 2. Convert class name into words & join each word with a space. + 1. If `ViewSet` name ends with `ViewSet`, or `View`; remove it. + 2. Convert class name into lowercase words & join each word with a space. Examples: