File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ Copying/migrating data
775775
776776If you have some data in an HDF5 file and would like to copy some or all of it
777777into 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
779779copying a group named 'foo' from an HDF5 file to a Zarr group::
780780
781781 >>> import h5py
@@ -807,7 +807,7 @@ copying a group named 'foo' from an HDF5 file to a Zarr group::
807807 >>> source.close()
808808
809809If 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.::
811811
812812 >>> source = h5py.File('data/example.h5', mode='r')
813813 >>> dest = zarr.open_group('data/example2.zarr', mode='w')
You can’t perform that action at this time.
0 commit comments