From ea3554b669a00a2a67dc2a69821dec039279a2b7 Mon Sep 17 00:00:00 2001 From: Alsu Giliazova <74852806+alsugiliazova@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:42:50 +0100 Subject: [PATCH] Update index.md --- source/handbook/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/handbook/index.md b/source/handbook/index.md index ba50c11c..9e1b8b74 100644 --- a/source/handbook/index.md +++ b/source/handbook/index.md @@ -3873,7 +3873,7 @@ These classes are usually used for the classification of checks during reporting ## Example An [Example] can only be defined inline using [Example] test definition class. There is no decorator -to define it outside of existing test. An [Example] is of a [Test Type] and is used to define +to define it outside of existing test. An [Example] is a sub-type of a [Test Type] and is used to define one or more sub-tests. Usually, [Example]s are created automatically using [Outline]s. ```python