Skip to content

Commit 42123c6

Browse files
committed
Fix the spelling fix
1 parent ba076e9 commit 42123c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,10 +1653,11 @@ def fuse_dataset_bdvp(
16531653
False,
16541654
)
16551655

1656+
16561657
def read_metadata_from_xml(xml_path):
16571658
"""Extract metadata from a Zeiss Lightsheet microscopy XML file.
16581659
1659-
Pars the XML document to retrieve the number of channels, illuminations,
1660+
Parse the XML document to retrieve the number of channels, illuminations,
16601661
and timepoints from the experiment metadata.
16611662
16621663
Parameters

0 commit comments

Comments
 (0)