Skip to content

Commit

Permalink
UDict: revert 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 ced2704 commit 511450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useful_classes/udict.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ getting item, method will return `default`.
d = UDict(hello=world, hi=python, default=10)
```

## (property, settable) dictionary: dict[KT, VT] { data-toc-label="dictionary" }
## (property, settable) dictionary: dict[KT, VT]

UDict's dictionary.

Expand Down

0 comments on commit 511450d

Please sign in to comment.