Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 640743f

Browse files
committed
MNT: Remove trailing apostrophe
1 parent 2d56e75 commit 640743f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axes_grid1/axes_rgb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def imshow_rgb(self, r, g, b, **kwargs):
204204
"""
205205
ny, nx = r.shape
206206
if not ((nx, ny) == g.shape == b.shape):
207-
raise ValueError('Input shapes do not match.''
207+
raise ValueError('Input shapes do not match.'
208208
'\nr.shape = {}'
209209
'\ng.shape = {}'
210210
'\nb.shape = {}'

0 commit comments

Comments
 (0)