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

Skip to content

Commit b960c4b

Browse files
committed
added missing comma to backend driver list
svn path=/trunk/matplotlib/; revision=6529
1 parent 43f3590 commit b960c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tests/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
'quad_bezier.py',
222222
'scatter_piecharts.py',
223223
'span_regions.py',
224-
'two_scales.py'
224+
'two_scales.py',
225225
'unicode_minus.py',
226226
'watermark_image.py',
227227
'watermark_text.py',

0 commit comments

Comments
 (0)