python-bioformats
python-bioformats copied to clipboard
Example from OMEXML.Pixels docstring is slightly broken
The docstring is broken in two ways: https://github.com/CellProfiler/python-bioformats/blob/4ca7b3c70b48a958414cab743ad5f0e98d4e7168/bioformats/omexml.py#L448-L453
- Python-syntax is inconsistent, i.e. the code will not run (
omemetadatavs.md). - Sphinx is not rendering the example correctly due to a missing newline before the
>>>section.