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

Skip to content

Commit 2847ad3

Browse files
committed
Merge pull request #1105 from pelson/test_failure
Fixed comma between tests.
2 parents f927517 + 9106ade commit 2847ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def tk_window_focus():
10221022
'matplotlib.tests.test_text',
10231023
'matplotlib.tests.test_ticker',
10241024
'matplotlib.tests.test_tightlayout',
1025-
'matplotlib.tests.test_triangulation'
1025+
'matplotlib.tests.test_triangulation',
10261026
'matplotlib.tests.test_transforms',
10271027
]
10281028

0 commit comments

Comments
 (0)