mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Fix bad argument
This commit is contained in:
parent
95fca885c9
commit
3e7244b90b
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ def index_labels(
|
|||
label = Integer(n)
|
||||
label.set_height(label_height)
|
||||
label.move_to(submob)
|
||||
label.set_stroke(BLACK, 5, background=True)
|
||||
label.set_backstroke(BLACK, 5)
|
||||
labels.add(label)
|
||||
return labels
|
||||
|
|
Loading…
Add table
Reference in a new issue