mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 11:47:44 +00:00
Small tweak
This commit is contained in:
parent
b39fbb62f4
commit
ad409999dc
1 changed files with 2 additions and 2 deletions
|
|
@ -2178,7 +2178,7 @@ class _AnimationBuilder:
|
|||
|
||||
if (self.is_chaining and has_overridden_animation) or self.overridden_animation:
|
||||
raise NotImplementedError(
|
||||
"Method chaining is currently not supported for "
|
||||
"Method chaining is currently not supported for " + \
|
||||
"overridden animations"
|
||||
)
|
||||
|
||||
|
|
@ -2213,7 +2213,7 @@ class _AnimationBuilder:
|
|||
|
||||
if not self.can_pass_args:
|
||||
raise ValueError(
|
||||
"Animation arguments can only be passed by calling ``animate`` "
|
||||
"Animation arguments can only be passed by calling ``animate`` " + \
|
||||
"or ``set_anim_args`` and can only be passed once",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue