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

Skip to content

Commit 32b914f

Browse files
tacaswelltimhoffm
andauthored
DOC: correct typo
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 856ca76 commit 32b914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def resize(self, width, height):
438438
'You have requested to resize the '
439439
f'Tk window to ({width}, {height}), one of which '
440440
f'is bigger than {max_size}. At larger sizes xorg will '
441-
'either exit with an error on never versions (~1.20) or '
441+
'either exit with an error on newer versions (~1.20) or '
442442
'cause corruption on older version (~1.19). We '
443443
'do not expect a window over a million pixel wide or tall '
444444
'to be intended behavior.')

0 commit comments

Comments
 (0)