Skip to content

Commit a0eb994

Browse files
PeterJCLawWillB97
andcommitted
Fix typo
Co-authored-by: Will Barber <[email protected]>
1 parent 63a135d commit a0eb994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/vision/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ rotation_matrix
246246
This 3×3 matrix is represented by a list of 3 lists, each with 3 values, in an arrangement compatible with tools such as `numpy`.
247247

248248
quaternion
249-
: The [quarternion](https://en.wikipedia.org/wiki/Quaternion) represented by this orientation.
249+
: The [quaternion](https://en.wikipedia.org/wiki/Quaternion) represented by this orientation.
250250
On the physical kits this is implemented as a [`pyquaternion.Quaternion`](https://kieranwynn.github.io/pyquaternion/#quaternion-features) instance.
251251

252252
<a id="Spherical"/>

0 commit comments

Comments
 (0)