Skip to content

Commit 0021cb7

Browse files
committed
...forgot to finish editing sentence
1 parent ae5e91b commit 0021cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/api_reference/graphicsItems/imageitem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The following guidance should be observed if performance is an important factor
6060
* For 4-channel data, use `uint8` or `uint16` with :python:`levels=None`.
6161
* ``levels`` should be set to either to ``None`` or to single channel ``[min, max]``
6262

63-
* Not setting ``levels`` will trigger autoLevels sampling
63+
* Not setting ``levels`` will trigger autoLevels sampling
6464

6565
* If using LUTs (lookup tables), ensure they have a dtype of `uint8` and have 256
66-
points or less, and that. That can be accomplished with calling:
66+
points or less. That can be accomplished with calling:
6767

6868
* :func:`ImageItem.setColorMap <pyqtgraph.ImageItem.setColorMap>` or
6969
* :func:`ImageItem.setLookupTable <pyqtgraph.ImageItem.setLookupTable>` with

0 commit comments

Comments
 (0)