Skip to content

Commit 7a95150

Browse files
committed
edit docs
1 parent 5fb4829 commit 7a95150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zarr/convenience.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def copy_store(source, dest, source_path='', dest_path='', excludes=None,
511511

512512
def copy(source, dest, name=None, shallow=False, without_attrs=False, log=None,
513513
**create_kws):
514-
"""Copy the source object into the given destination.
514+
"""Copy the `source` array or group into the `dest` group.
515515
516516
Parameters
517517
----------
@@ -686,7 +686,7 @@ def tree(grp, expand=False, level=None):
686686

687687

688688
def copy_all(source, dest, shallow=False, without_attrs=False, log=None, **create_kws):
689-
"""Copy all children of the source group into the destination group.
689+
"""Copy all children of the `source` group into the `dest` group.
690690
691691
Parameters
692692
----------

0 commit comments

Comments
 (0)