Skip to content

Commit

Permalink
Merge branch 'dev' into add_stacklevel_to_missing_timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 22, 2023
2 parents 2c8dfd6 + 8f9af98 commit 6e5e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on the :py:class:`~pynwb.file.NWBFile` before exporting.
Modifications to :py:class:`h5py.Dataset <h5py.Dataset>` objects act *directly* on the read file on disk.
Changes are applied immediately and do not require exporting or writing the file. If you want to modify a dataset
only in the new file, than you should replace the whole object with a new array holding the modified data. To
prevent unintentional changes to the source file, the source file should be opened with :py:code:`mode='r'`.
prevent unintentional changes to the source file, the source file should be opened with ``mode='r'``.

.. note::

Expand Down

0 comments on commit 6e5e84f

Please sign in to comment.