소스 검색

Merge pull request #10014 from KleidonBD/patch-1

Remove "°" symbol redundancy.
Matthew 11 달 전
부모
커밋
e82044775b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/math/vectors_advanced.rst

+ 1 - 1
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::