Skip to content

Commit

Permalink
Fixed typo (ManimCommunity#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-chaos authored Mar 16, 2022
1 parent ea7e8c9 commit 91a1f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manim/animation/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,12 @@ def is_remover(self) -> bool:
return self.remover

def is_introducer(self) -> bool:
"""Test if a the animation is a remover.
"""Test if a the animation is an introducer.
Returns
-------
bool
``True`` if the animation is a remover, ``False`` otherwise.
``True`` if the animation is an introducer, ``False`` otherwise.
"""
return self.introducer

Expand Down

0 comments on commit 91a1f55

Please sign in to comment.