Skip to content

Commit efca82e

Browse files
committed
refactor: ✏️ fix typos
1 parent 816a0ed commit efca82e

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
@@ -17,7 +17,7 @@ def activate(
1717
"""Activates the `probe` schemas.
1818
1919
Args:
20-
schema_name (str): A string containing the name of the probe scehma.
20+
schema_name (str): A string containing the name of the probe schema.
2121
create_schema (bool): If True, schema will be created in the database.
2222
create_tables (bool): If True, tables related to the schema will be created in the database.
2323
@@ -159,7 +159,7 @@ def build_electrodes(
159159
160160
Args:
161161
site_count (int): site count per shank
162-
col_spacing (float): (um) horrizontal spacing between sites
162+
col_spacing (float): (um) horizontal spacing between sites
163163
row_spacing (float): (um) vertical spacing between columns
164164
white_spacing (float): (um) offset spacing
165165
col_count (int): number of column per shank

0 commit comments

Comments
 (0)