Skip to content

Commit 28dfa29

Browse files
authored
Merge pull request #97 from GenevieveBuckley/formatreader-docstring-update
Update to class ImageReader docstring
2 parents c75a020 + adb9182 commit 28dfa29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bioformats/formatreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ class ImageReader(object):
549549
550550
This class is meant to be harnessed to a scope like this:
551551
552-
>>> with GetImageReader(path) as reader:
552+
>>> with ImageReader(path) as reader:
553553
>>> ....
554554
555555
It uses `__enter__` and `__exit__` to manage the random access stream

0 commit comments

Comments
 (0)