Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 8, 2024
1 parent 8a43e71 commit 3b3ca28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubelt/util_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def dict_subset(dict_, keys, default=NoParam, cls=OrderedDict):
keys (Iterable[KT]): keys to take from ``dict_``
default (Optional[object] | NoParamType):
default (Any | NoParamType):
if specified uses default if keys are missing.
cls (Type[Dict]): type of the returned dictionary.
Expand Down Expand Up @@ -1859,7 +1859,7 @@ def subdict(self, keys, default=NoParam):
keys (Iterable[KT]): keys to take from ``self``
default (Optional[object] | NoParamType):
default (Any | NoParamType):
if specified uses default if keys are missing.
Raises:
Expand Down Expand Up @@ -1899,7 +1899,7 @@ def take(self, keys, default=NoParam):
keys (Iterable[KT]): keys to take from ``self``
default (Optional[object] | NoParamType):
default (Any | NoParamType):
if specified uses default if keys are missing.
Yields:
Expand Down

0 comments on commit 3b3ca28

Please sign in to comment.