Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/i2mint/dol
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Jan 17, 2025
2 parents 16158c0 + ddfe9a5 commit cbbebd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dol/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _kv_spec_to_func(kv_spec: KvSpec) -> Callable:
# but determined by some rules executed dynamically.
# Related DirStore and kv_walk.
class FlatReader(KvReader):
"""Get a 'flat view' of a store of stores.
"""Get a 'flat view' of a store of stores.
That is, where keys are `(first_level_key, second_level_key)` pairs.
This is useful, for instance, to make a union of stores (you'll get all the values).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dol
version = 0.3.2
version = 0.3.3
url = https://github.com/i2mint/dol
platforms = any
description_file = README.md
Expand Down

0 comments on commit cbbebd0

Please sign in to comment.