Skip to content

Commit 442ff24

Browse files
committed
Docstring improvements
1 parent 176e7a7 commit 442ff24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,9 +934,9 @@ def define_dataset_manual(
934934
Regular expression corresponding to the names of your files and how to
935935
read the different dimensions.
936936
dataset_organisation : str
937-
Organisation of the dataset and the dimensions to process.
938-
Allows for defining the range of interest of the different dimensions.
939-
Looks like "timepoints_=%s-%s channels_=0-%s tiles_=%s-%s"
937+
Organisation of the dataset and the dimensions to process. Allows for
938+
defining the range(s) of interest for the different dimensions, for
939+
example: `timepoints_=%s-%s channels_=0-%s tiles_=%s-%s`.
940940
definition_opts : dict
941941
Dictionary containing the details about the file repartitions.
942942
list_files : list of str, optional

0 commit comments

Comments
 (0)