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 80c0448 commit b3d135cCopy full SHA for b3d135c
docs/reST/ref/math.rst
@@ -49,10 +49,10 @@ Multiple coordinates can be set and retrieved using slices or swizzling.
49
print(v.yx) # Vector2(2, 1)
50
print(v.xyyx) # (1.0, 2.0, 2.0, 1.0)
51
52
-Note above, that swizzlling with 2 components will return a Vector2 instance
+Note above, that swizzling with 2 components will return a Vector2 instance
53
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.
+support the iterator protocol, they can be unpacked, or converted to lists or
+tuples.
56
57
::
58
0 commit comments