Skip to content

Commit 7958727

Browse files
committed
fix docstring in probe.py
1 parent ff3fca0 commit 7958727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/probe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class Probe(dj.Lookup):
160160
Attributes:
161161
probe (foreign key, varchar(32) ): Unique ID for this model of the probe.
162162
ProbeType (dict): ProbeType entry.
163-
probe_comment (varchar(1000) ): Comment about this model of probe.
163+
probe_comment ( varchar(1000) ): Comment about this model of probe.
164164
"""
165165

166166
definition = """
@@ -179,7 +179,7 @@ class ElectrodeConfig(dj.Lookup):
179179
Attributes:
180180
electrode_config_hash (foreign key, uuid): unique index for electrode configuration.
181181
ProbeType (dict): ProbeType entry.
182-
electrode_config_name (varchar(4000) ): User-friendly name for this electrode configuration.
182+
electrode_config_name ( varchar(4000) ): User-friendly name for this electrode configuration.
183183
"""
184184

185185
definition = """

0 commit comments

Comments
 (0)