Skip to content

Commit 7474032

Browse files
author
Samarth Naik
committed
fixed intendation
1 parent a0e841f commit 7474032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manim/mobject/three_d/three_dimensions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,5 +1271,5 @@ def func(self, u: float, v: float) -> np.ndarray:
12711271
:class:`numpy.ndarray`
12721272
The z values defining the :class:`Torus`.
12731273
"""
1274-
P = np.array([np.cos(u), np.sin(u), 0])
1275-
return (self.R - self.minor_radius * np.cos(v)) * P - self.minor_radius * np.sin(v) * OUT
1274+
P = np.array([np.cos(u), np.sin(u), 0])
1275+
return (self.R - self.minor_radius * np.cos(v)) * P - self.minor_radius * np.sin(v) * OUT

0 commit comments

Comments
 (0)