Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 1d6fb25

Browse files
committed
Fix docstring
1 parent ba91f0b commit 1d6fb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow_array_ephys/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def activate(
2222
database if they do not yet exist.
2323
:param linking_module: a module name or a module containing the
2424
required dependencies to activate the `subject` element:
25-
Upstream schema: scan, session, trial
25+
Upstream schema: ephys, trial
2626
"""
2727
if isinstance(linking_module, str):
2828
linking_module = importlib.import_module(linking_module)

0 commit comments

Comments
 (0)