Skip to content

Commit 4a99cea

Browse files
authored
Fix Cylinder.get_direction docstring (#2740)
1 parent 48747a7 commit 4a99cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manim/mobject/three_d/three_dimensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ def set_direction(self, direction):
687687
self._rotate_to_direction()
688688

689689
def get_direction(self):
690+
"""Returns the direction of the central axis of the cylinder."""
690691
return self.direction
691692

692693

0 commit comments

Comments
 (0)