CellProfiler / python-bioformats

Read and write life sciences file formats
Other
132 stars 46 forks source link

Update to class ImageReader docstring #97

Closed GenevieveBuckley closed 6 years ago

GenevieveBuckley commented 6 years ago

The docstring for class ImageReader should use the correct class name in the example use case: This class is meant to be harnessed to a scope like this:

with ImageReader(path) as reader: ....