Commit adb9182
authored
Update to class ImageReader docstring
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:
>>> ....1 parent 07c6c3c commit adb9182
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
0 commit comments