From 8033ac1d4d56b26b55c24cad631928f935d0cf66 Mon Sep 17 00:00:00 2001 From: Kleidon <157427436+KleidonBD@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:42:37 -0600 Subject: [PATCH] =?UTF-8?q?Remove=20"=C2=B0"=20symbol=20redundancy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The phrase, "90° degrees", is redundant because the "°" already means "degrees". It should instead be "90 degrees". --- tutorials/math/vectors_advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/math/vectors_advanced.rst b/tutorials/math/vectors_advanced.rst index f524fa9fbb0..1d0b80ed302 100644 --- a/tutorials/math/vectors_advanced.rst +++ b/tutorials/math/vectors_advanced.rst @@ -171,7 +171,7 @@ the normal and the point. For two points in space, there are actually two planes that pass through them, sharing the same space but with normal pointing to the opposite directions. To compute the normal from the two points, the direction -vector must be obtained first, and then it needs to be rotated 90° +vector must be obtained first, and then it needs to be rotated 90 degrees to either side: .. tabs::