Skip to content

Commit b3d135c

Browse files
committed
Typo and grammar fixes
1 parent 80c0448 commit b3d135c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reST/ref/math.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Multiple coordinates can be set and retrieved using slices or swizzling.
4949
print(v.yx) # Vector2(2, 1)
5050
print(v.xyyx) # (1.0, 2.0, 2.0, 1.0)
5151

52-
Note above, that swizzlling with 2 components will return a Vector2 instance
52+
Note above, that swizzling with 2 components will return a Vector2 instance
5353
again, while more than 2 components will result in a tuple. But since vectors
54-
support the iterator protocol, they can be by unpacked, or converted to lists
55-
or tuples.
54+
support the iterator protocol, they can be unpacked, or converted to lists or
55+
tuples.
5656

5757
::
5858

0 commit comments

Comments
 (0)