Skip to content

Commit

Permalink
UDict: test data toc label
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jul 1, 2024
1 parent b5d0ff8 commit ced2704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/useful_classes/udict.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Expand All @@ -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.

Expand Down

0 comments on commit ced2704

Please sign in to comment.