Skip to content

Commit f18dba0

Browse files
switched arguments oops
1 parent b4b4af3 commit f18dba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemascii/data_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class DataConsumer(abc.ABC):
3939
Option("scale", float, "Scale by which to enlarge the "
4040
"entire diagram by", 15),
4141
Option("linewidth", float, "Width of drawn lines", 2),
42-
Option("color", str, "black", "Default color for everything"),
42+
Option("color", str, "Default color for everything", "black"),
4343
]
4444
css_class: typing.ClassVar[str] = ""
4545

0 commit comments

Comments
 (0)