Skip to content

Commit

Permalink
Update docs/gallery/advanced_io/plot_linking_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Aug 20, 2024
1 parent 4cce351 commit d4df2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/advanced_io/plot_linking_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
# The `family` driver stores the file on disk as a series of fixed-length chunks (each in its own file).
# In practice, to write very large arrays, we can combine this approach with :ref:`iterative_write` to
# avoid having to load all data into memory. In the example shown here we use a manual approach to
# iterative write by using :py:class:`hdmf.backends.hdf5.H5DataIO` to create an empty dataset and
# iterative write by using :py:class:`~hdmf.backends.hdf5.h5_utils.H5DataIO` to create an empty dataset and
# then filling in the data afterward.

####################
Expand Down

0 comments on commit d4df2fe

Please sign in to comment.