Skip to content

Commit d5d9516

Browse files
Fix typo
1 parent 3b394e5 commit d5d9516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/progress_bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def create_progress_bar(self, step_columns, progressbar, progressbar_theme):
402402
return CustomProgress(
403403
RecolorOnFailureBarColumn(
404404
table_column=Column("Progress", ratio=2),
405-
failure_color="tab:red",
405+
failing_color="tab:red",
406406
complete_style=Style.parse("rgb(31,119,180)"), # tab:blue
407407
finished_style=Style.parse("rgb(31,119,180)"), # tab:blue
408408
),

0 commit comments

Comments
 (0)