Skip to content

Commit bd42385

Browse files
emmanuellemkcor
andauthored
Update packages/python/plotly/plotly/express/_imshow.py
Co-authored-by: Marianne Corvellec <[email protected]>
1 parent 72674b7 commit bd42385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/express/_imshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def imshow(
524524
else:
525525
raise ValueError(
526526
"px.imshow only accepts 2D single-channel, RGB or RGBA images. "
527-
"An image of shape %s was provided"
527+
"An image of shape %s was provided."
528528
"Alternatively, 3-D single or multichannel datasets can be"
529529
"visualized using the `facet_col` or `animation_frame` arguments."
530530
% str(img.shape)

0 commit comments

Comments
 (0)