Skip to content

Commit 8f9af98

Browse files
authored
revert from :py:code: to `` (#1643)
1 parent cf0048a commit 8f9af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/export.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on the :py:class:`~pynwb.file.NWBFile` before exporting.
3131
Modifications to :py:class:`h5py.Dataset <h5py.Dataset>` objects act *directly* on the read file on disk.
3232
Changes are applied immediately and do not require exporting or writing the file. If you want to modify a dataset
3333
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'`.
34+
prevent unintentional changes to the source file, the source file should be opened with ``mode='r'``.
3535

3636
.. note::
3737

0 commit comments

Comments
 (0)