We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49a22b commit 1d66000Copy full SHA for 1d66000
1 file changed
src/imcflibs/imagej/bdv.py
@@ -1685,7 +1685,7 @@ def read_metadata_from_xml(xml_path):
1685
# Use our robust XML parsing function
1686
dbf = DocumentBuilderFactory.newInstance()
1687
db = dbf.newDocumentBuilder()
1688
- # This is needed to fix some issues with `µm` in the xml file
+ # This is needed to fix some issues with the micron symbol in the xml file
1689
reader = InputStreamReader(FileInputStream(File(xml_path)))
1690
dom = db.parse(InputSource(reader))
1691
0 commit comments