8000 Fix typo · matplotlib/matplotlib@d353bde · GitHub
[go: up one dir, main page]

Skip to content

Commit d353bde

Browse files
committed
Fix typo
1 parent 0d5e223 commit d353bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/linestyles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from matplotlib.transforms import blended_transform_factory
2020

2121
linestyle_str = [
22-
('solid','solid'), # Same as (0, ()) or '-'
22+
('solid', 'solid'), # Same as (0, ()) or '-'
2323
('dotted', 'dotted'), # Same as (0, (1, 1)) or '.'
2424
('dashed', 'dashed'), # Same as '--'
2525
('dashdot', 'dashdot')] # Same as '-.'

0 commit comments

Comments
 (0)
0