We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259ac6d commit 5d3b073Copy full SHA for 5d3b073
zappend/__init__.py
@@ -2,4 +2,4 @@
2
# Permissions are hereby granted under the terms of the MIT License:
3
# https://opensource.org/licenses/MIT.
4
5
-__version__ = "0.8.0.dev0"
+__version__ = "0.8.0.dev1"
zappend/levels.py
@@ -60,7 +60,7 @@ def write_levels(
60
source_path: The source dataset path.
61
source_storage_options: Storage options for the source
62
dataset's filesystem.
63
- target_path: The source multi-level dataset path.
+ target_path: The target multi-level dataset path.
64
Filename extension should be `.levels`, by convention.
65
If not given, `target_dir` should be passed as part of the
66
`zappend_config`. (The name `target_path` is used here for
0 commit comments