We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cabfb commit 7aed990Copy full SHA for 7aed990
manim/mobject/graphing/number_line.py
@@ -173,7 +173,7 @@ def __init__(
173
"num_decimal_places": self._decimal_places_from_step(x_range[2]),
174
}
175
176
- # turn into into an np array to scale by just applying the function
+ # turn into a np array to scale by just applying the function
177
self.x_range = np.array(x_range, dtype=float)
178
self.x_min, self.x_max, self.x_step = scaling.function(self.x_range)
179
self.length = length
0 commit comments