Skip to content

Commit e239d53

Browse files
rlystephprince
andauthored
Update docs/gallery/domain/ecephys.py
Co-authored-by: Steph Prince <[email protected]>
1 parent 792cd18 commit e239d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gallery/domain/ecephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The electrodes table references a required :py:class:`~pynwb.ecephys.ElectrodeGroup`, which is used to represent a
8181
# group of electrodes. Before creating an :py:class:`~pynwb.ecephys.ElectrodeGroup`, you must define a
8282
# :py:class:`~pynwb.device.Device` object using the method :py:meth:`.NWBFile.create_device`. The fields
83-
# ``description``, ``serial_number``, and ``model`` are optional, but recommended. The `~pynwb.device.DeviceModel`
83+
# ``description``, ``serial_number``, and ``model`` are optional, but recommended. The :py:class:`~pynwb.device.DeviceModel`
8484
# object stores information about the device model, which can be useful when searching a set of NWB files or a
8585
# data archive for all files that use a specific device model (e.g., Neuropixels probe).
8686
device_model = nwbfile.create_device_model(

0 commit comments

Comments
 (0)