Skip to content

Commit 94fd4b6

Browse files
committed
Minor changes to docstrings in miniscope.py
1 parent 90cd807 commit 94fd4b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

element_miniscope/miniscope.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ def activate(
6464

6565

6666
def get_miniscope_root_data_dir() -> list:
67-
"""Fetches absolute data path to miniscope data dir(s).
67+
"""Fetches absolute data path to miniscope data directory.
6868
6969
The absolute path here is used as a reference for all downstream relative paths used in DataJoint.
7070
7171
Returns:
72-
A list of the absolute path(s) to miniscope data directories.
72+
A list of the absolute path to miniscope data directory.
7373
"""
7474

7575
root_directories = _linking_module.get_miniscope_root_data_dir()
@@ -370,7 +370,7 @@ class ProcessingParamSet(dj.Lookup):
370370
371371
Attributes:
372372
paramset_idx (foreign key, smallint): Unique parameter set ID.
373-
ProcessingMethod (char(16) ): ProcessingMethod from the lookup table.
373+
ProcessingMethod (varchar(16) ): ProcessingMethod from the lookup table.
374374
paramset_desc (varchar(128) ): Description of the parameter set.
375375
paramset_set_hash (uuid): UUID hash for parameter set.
376376
params (longblob): Dictionary of all parameters for the processing method.

0 commit comments

Comments
 (0)