mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 08:17:43 +00:00
Fixed typo
This commit is contained in:
parent
9d566de8d1
commit
46711a7e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class CoordinateSystem():
|
|||
)[0],
|
||||
target=x,
|
||||
lower_bound=self.x_min,
|
||||
uplper_bound=self.x_max,
|
||||
upper_bound=self.x_max,
|
||||
)
|
||||
if alpha is not None:
|
||||
return graph.point_from_proportion(alpha)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue