mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Grammar correction
mulziple -> multiple, line 35.
This commit is contained in:
parent
10c1f054ca
commit
b1efee5088
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def prompt_user_for_choice(scene_classes):
|
|||
name_to_class[name] = scene_class
|
||||
try:
|
||||
user_input = input(
|
||||
"\nThat module has mulziple scenes, which "
|
||||
"\nThat module has multiple scenes, which "
|
||||
"ones would you like to render?\n Scene Name: "
|
||||
)
|
||||
return [
|
||||
|
|
Loading…
Add table
Reference in a new issue