mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Merge pull request #1 from pedrommaiaa/pedrommaiaa-patch-1
Grammar correction
This commit is contained in:
commit
60605e8442
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