python-bioformats icon indicating copy to clipboard operation
python-bioformats copied to clipboard

Example from OMEXML.Pixels docstring is slightly broken

Open ehrenfeu opened this issue 7 years ago • 0 comments

The docstring is broken in two ways: https://github.com/CellProfiler/python-bioformats/blob/4ca7b3c70b48a958414cab743ad5f0e98d4e7168/bioformats/omexml.py#L448-L453

  1. Python-syntax is inconsistent, i.e. the code will not run (omemetadata vs. md).
  2. Sphinx is not rendering the example correctly due to a missing newline before the >>> section.

ehrenfeu avatar Apr 17 '18 09:04 ehrenfeu