We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0048a commit 8f9af98Copy full SHA for 8f9af98
docs/source/export.rst
@@ -31,7 +31,7 @@ on the :py:class:`~pynwb.file.NWBFile` before exporting.
31
Modifications to :py:class:`h5py.Dataset <h5py.Dataset>` objects act *directly* on the read file on disk.
32
Changes are applied immediately and do not require exporting or writing the file. If you want to modify a dataset
33
only in the new file, than you should replace the whole object with a new array holding the modified data. To
34
- 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'``.
35
36
.. note::
37
0 commit comments