Skip to content

Commit af3616a

Browse files
committed
Fix docstring to reflect real string
1 parent 201a6c7 commit af3616a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ class DefinitionOptions(object):
507507
>>> opts.fmt_acitt_options()
508508
... multiple_angles=[NO (one angle)]
509509
... multiple_channels=[YES (all channels in one file)]
510-
... multiple_illuminations=[NO (one illumination direction)]
510+
... multiple_illuminations_directions=[NO (one illumination direction)]
511511
... multiple_tiles=[YES (all tiles in one file)]
512512
... multiple_timepoints=[NO (one time-point)]
513513
"""
@@ -638,7 +638,7 @@ def fmt_acitt_options(self):
638638
"""Format Angle / Channel / Illumination / Tile / Timepoint options.
639639
640640
Build a string providing the `multiple_angles`, `multiple_channels`,
641-
`multiple_illuminations`, `multiple_tiles` and `multiple_timepoints` options
641+
`multiple_illuminations_directions`, `multiple_tiles` and `multiple_timepoints` options
642642
that can be used in a BDV-related `IJ.run` call.
643643
644644
Returns

0 commit comments

Comments
 (0)