Skip to content

Commit 61c739f

Browse files
JaerongACBroz1
andauthored
Update element_array_ephys/ephys_report.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 4999d64 commit 61c739f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

element_array_ephys/ephys_report.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def activate(schema_name, ephys_schema_name, *, create_schema=True, create_table
1313
1414
Args:
1515
schema_name (str): schema name on the database server to activate the `ephys_report` schema.
16-
ephys_schema_name (str): schema name of the activated ephys element for which this ephys_report schema will be downstream from.
16+
ephys_schema_name (str): schema name of the activated ephys element for which
17+
this ephys_report schema will be downstream from.
1718
create_schema (bool, optional): If True (default), create schema in the database if it does not yet exist.
1819
create_tables (bool, optional): If True (default), create tables in the database if they do not yet exist.
1920
"""

0 commit comments

Comments
 (0)