mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Typo fix
This commit is contained in:
parent
ce77f38bf1
commit
80d34547db
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ class Mobject(object):
|
|||
return interpolate(points[i], points[i + 1], subalpha)
|
||||
|
||||
def pfp(self, alpha):
|
||||
"""Abbreviation fo point_from_proportion"""
|
||||
"""Abbreviation for point_from_proportion"""
|
||||
return self.point_from_proportion(alpha)
|
||||
|
||||
def get_pieces(self, n_pieces: int) -> Group:
|
||||
|
|
Loading…
Add table
Reference in a new issue