Fix vm.get_end_anchors() docstring (#2755)

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
Jaime Santos 2022-06-10 12:06:02 +01:00 committed by GitHub
commit e8124bb956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------