Skip to content

Commit 7aed990

Browse files
CaftBottiMrDiver
andauthored
Fix typo: "turn into into an np array" to "turn into a np array" (#3074)
Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
1 parent 43cabfb commit 7aed990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/graphing/number_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def __init__(
173173
"num_decimal_places": self._decimal_places_from_step(x_range[2]),
174174
}
175175

176-
# turn into into an np array to scale by just applying the function
176+
# turn into a np array to scale by just applying the function
177177
self.x_range = np.array(x_range, dtype=float)
178178
self.x_min, self.x_max, self.x_step = scaling.function(self.x_range)
179179
self.length = length

0 commit comments

Comments
 (0)