File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ Copying/migrating data
775
775
776
776
If you have some data in an HDF5 file and would like to copy some or all of it
777
777
into a Zarr group, or vice-versa, the :func: `zarr.convenience.copy ` and
778
- :func: `zarr.convenience.copyall ` functions can be used. Here's an example
778
+ :func: `zarr.convenience.copy_all ` functions can be used. Here's an example
779
779
copying a group named 'foo' from an HDF5 file to a Zarr group::
780
780
781
781
>>> import h5py
@@ -807,7 +807,7 @@ copying a group named 'foo' from an HDF5 file to a Zarr group::
807
807
>>> source.close()
808
808
809
809
If rather than copying a single group or dataset you would like to copy all
810
- groups and datasets, use :func: `zarr.convenience.copyall `, e.g.::
810
+ groups and datasets, use :func: `zarr.convenience.copy_all `, e.g.::
811
811
812
812
>>> source = h5py.File('data/example.h5', mode='r')
813
813
>>> dest = zarr.open_group('data/example2.zarr', mode='w')
You can’t perform that action at this time.
0 commit comments