Skip to content

Commit ac0668f

Browse files
committed
fixup: normalized inter-sentence spacing
1 parent 90ad01c commit ac0668f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reST/ref/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)