Skip to content

Commit

Permalink
Fix issues from sourcery's review
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jul 5, 2024
1 parent 8e1d13d commit 428162b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/uSTL/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
`uSTL` package is ...
--}

Inder dev!
Under development!
6 changes: 3 additions & 3 deletions docs/useful_classes/udict.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ class UDict(*, default: CDV, **kwargs: VT)
!!! note "UDict as generic"
You can use `UDict` as `Generic`, because of it, there are 3 `TypeVar`s: KT, VT, CDV.

KT and VT is key type and value type. In inbuilt `dict` there are KT and VT type vars.
CDV is class defaul value.
KT and VT are key type and value type. In inbuilt `dict` there are KT and VT type vars.
CDV is class default value.

In this documentation KT, VT and CDV will be using in methods.
In this documentation KT, VT and CDV will be used in methods.

Create UDict object. If `default`, when not existent keys is given in
getting item, method will return `default`.
Expand Down
2 changes: 1 addition & 1 deletion docs/useful_classes/ustack.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tags:
# class UStack[VT]
--}

UStack is deprecated in 0.2 and will be deleted in 0.5. Use [`ustl.Stack`](../uSTL/stack.md) class instead.
UStack is deprecated in version 0.2 and will be deleted in version 0.5. Use [`uSTL.Stack`](../uSTL/stack.md) class instead.

0 comments on commit 428162b

Please sign in to comment.