diff --git a/Docs/python_api.md b/Docs/python_api.md
index 568f97d1d..1cc97f39d 100644
--- a/Docs/python_api.md
+++ b/Docs/python_api.md
@@ -1013,7 +1013,7 @@ Number of lasers shot.
- **horizontal_angle** (_float_)
Horizontal angle the Lidar is rotated at the time of the measurement (in radians).
- **raw_data** (_bytes_)
-Received list of 4D points. Each point consists in a 3D-xyz data plus the intensity computed for that point.
+Received list of 4D points. Each point consists in a 3D-xyz data plus the intensity computed for that point.
Methods
- **save_to_disk**(**self**, **path**)
@@ -1892,12 +1892,12 @@ Computes a right vector using its rotation.
- **get_up_vector**(**self**)
Computes an up vector using its rotation.
- **Return:** _[carla.Vector3D](#carla.Vector3D)_
-- **get_matrix**(**self**)
-Computes the 4-matrix representation of the transformation.
- - **Return:** _list(list(float))_
-- **get_inverse_matrix**(**self**)
-Computes the 4-matrix representation of the inverse transformation.
- - **Return:** _list(list(float))_
+- **get_matrix**(**self**)
+Computes the 4-matrix representation of the transformation.
+ - **Return:** _list(list(float))_
+- **get_inverse_matrix**(**self**)
+Computes the 4-matrix representation of the inverse transformation.
+ - **Return:** _list(list(float))_
Dunder methods
- **\__eq__**(**self**, **other**=[carla.Transform](#carla.Transform))