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

Skip to content

Commit c806726

Browse files
committed
fix typo
1 parent 68f0afb commit c806726

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
@@ -829,7 +829,7 @@ def matplotlib_fname():
829829
lambda x: "path" if x else "none", None),
830830
'savefig.extension': ('savefig.format', lambda x: x, None),
831831
'axes.color_cycle': ('axes.prop_cycle', lambda x: cycler('color', x),
832-
lambda x: [c.get('color', None) for c in x),
832+
lambda x: [c.get('color', None) for c in x],
833833
}
834834

835835
_deprecated_ignore_map = {

0 commit comments

Comments
 (0)