mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix vm.get_end_anchors() docstring (#2755)
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
parent
b1c44d3ff7
commit
e8124bb956
1 changed files with 1 additions and 1 deletions
|
|
@ -1331,7 +1331,7 @@ class VMobject(Mobject):
|
|||
return self.points[0 :: self.n_points_per_cubic_curve]
|
||||
|
||||
def get_end_anchors(self) -> np.ndarray:
|
||||
"""Return the starting anchors of the bezier curves.
|
||||
"""Return the end anchors of the bezier curves.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue