File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ Conversion can be combined with swizzling or slicing to create a new order
281281 | :sg:`normalize() -> Vector2`
282282
283283 Returns a new vector that has ``length `` equal to ``1 `` and the same
284- direction as self. If the vector is the zero vector (i.e. has length
284+ direction as self. If the vector is the zero vector (i.e. has length
285285 ``0 `` thus no direction) a ``ValueError `` is raised.
286286
287287 .. ## Vector2.normalize ##
@@ -292,7 +292,7 @@ Conversion can be combined with swizzling or slicing to create a new order
292292 | :sg:`normalize_ip() -> None`
293293
294294 Normalizes the vector so that it has ``length `` equal to ``1 ``.
295- The direction of the vector is not changed. If the vector is the zero
295+ The direction of the vector is not changed. If the vector is the zero
296296 vector (i.e. has length ``0 `` thus no direction) a ``ValueError `` is
297297 raised.
298298
You can’t perform that action at this time.
0 commit comments