Skip to content

Commit db65398

Browse files
committed
Fix syntax
1 parent 8137c3c commit db65398

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
@@ -1623,10 +1623,10 @@ def fuse_dataset_bdvp(
16231623
command : CommandService
16241624
The Scijava CommandService instance to execute the export command.
16251625
result_path : str, optional
1626-
Path where to store the exported files. If ``None``, files will be
1626+
Path where to store the exported files. If `None`, files will be
16271627
saved in the same directory as the input project.
16281628
fusion_method : str, optional
1629-
Fusion method to use for exporting (default ``"SMOOTH AVERAGE"``).
1629+
Fusion method to use for exporting (default `SMOOTH AVERAGE`).
16301630
range_channels : str, optional
16311631
Channels to include in the export. Default is all channels.
16321632
range_slices : str, optional

0 commit comments

Comments
 (0)