From ced2704dbf7c2f9007e0d901c37e545e2de952dc Mon Sep 17 00:00:00 2001 From: bleudev Date: Tue, 2 Jul 2024 00:33:35 +0300 Subject: [PATCH] UDict: test data toc label --- docs/useful_classes/udict.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/useful_classes/udict.md b/docs/useful_classes/udict.md index 6ef4d50..61cbdda 100644 --- a/docs/useful_classes/udict.md +++ b/docs/useful_classes/udict.md @@ -15,7 +15,7 @@ tags: In this documentation KT, VT and CDV will be using in methods. -## class UDict[KT, VT, CDV] +# class UDict[KT, VT, CDV] ```py class UDict(dictionary: AnyDict[KT, VT]) # (1)! @@ -42,7 +42,7 @@ getting item, method will return `default`. d = UDict(hello=world, hi=python, default=10) ``` -## (property, settable) dictionary: dict[KT, VT] +## (property, settable) dictionary: dict[KT, VT] { data-toc-label="dictionary" } UDict's dictionary.