Fix various typos and whitespace

This commit is contained in:
luzpaz
2023-03-10 12:35:18 +00:00
committed by Uwe
parent 31fa8187d5
commit 01e8bbc2bf
12 changed files with 19 additions and 19 deletions

View File

@@ -742,12 +742,12 @@ def getPlaneRotation(u, v, _ = None):
v : Base::Vector3
Hint for the second vector.
_ : Ignored. For backwards compatibility
Returns
-------
Base::Matrix4D
The new rotation matrix defining a new coordinate system,
or `None` if `u` or `v` is `None` or
or `None` if `u` or `v` is `None` or
if `u` and `v` are parallel.
"""
if (not u) or (not v):