Skip to content

Commit c757d28

Browse files
committed
Corrected minor type in heading ('RBG' -> 'RGB')
1 parent b4e307c commit c757d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/imshow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This tutorial shows how to display and explore image data. If you would like
4040
instead a logo or static image, use `go.layout.Image` as explained
4141
[here](/python/images).
4242

43-
### Displaying RBG image data with px.imshow
43+
### Displaying RGB image data with px.imshow
4444

4545
`px.imshow` displays multichannel (RGB) or single-channel ("grayscale") image data.
4646

0 commit comments

Comments
 (0)