diff --git a/src/Base/PlacementPy.xml b/src/Base/PlacementPy.xml
index 9a78c2367..cfdc208c1 100644
--- a/src/Base/PlacementPy.xml
+++ b/src/Base/PlacementPy.xml
@@ -27,7 +27,7 @@ Placement(Base, Axis, Angle) -- define position and rotation
Placement
- >
+
copy()
@@ -43,7 +43,7 @@ Placement(Base, Axis, Angle) -- define position and rotation
-
+
multiply(Placement)
@@ -51,7 +51,7 @@ Placement(Base, Axis, Angle) -- define position and rotation
-
+
multVector(Vector) -> Vector
@@ -59,7 +59,7 @@ Placement(Base, Axis, Angle) -- define position and rotation
-
+
toMatrix()
@@ -67,7 +67,7 @@ Placement(Base, Axis, Angle) -- define position and rotation
-
+
inverse() -> Placement
@@ -75,7 +75,7 @@ Placement(Base, Axis, Angle) -- define position and rotation
-
+
isNull() -> Bool
diff --git a/src/Base/RotationPy.xml b/src/Base/RotationPy.xml
index 7a3e9ff31..70f9ad492 100644
--- a/src/Base/RotationPy.xml
+++ b/src/Base/RotationPy.xml
@@ -34,7 +34,7 @@
-
+
multiply(Rotation)
@@ -42,7 +42,7 @@
-
+
multVec(Vector) -> Vector
@@ -50,7 +50,7 @@
-
+
toEuler(Vector) -> list
@@ -58,7 +58,7 @@
-
+
isNull() -> Bool