diff --git a/Docs/python_api.md b/Docs/python_api.md
index a8f791228..832e3d3f4 100644
--- a/Docs/python_api.md
+++ b/Docs/python_api.md
@@ -2037,11 +2037,9 @@ With hybrid physics on, changes the radius of the area of influence where physic
- **Parameters:**
- `r` (_float – meters_) – New radius where physics are enabled.
- **set_osm_mode**(**self**, **mode_switch**=True)
-Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. Now it throws an exception, warning the user to activate set_osm_mode
and then stops.
+Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. If OSM mode is enabled, it will show a warning, and destroy vehicles when necessary.
- **Parameters:**
- `mode_switch` (_bool_) – If __True__, the OSM mode is enabled.
- - **Note:** _The argument `--osm` in `PythonAPI/examples/spawn_npc.py` makes use of this method to enable OSM mode.
-_
---
diff --git a/Docs/tuto_G_openstreetmap.md b/Docs/tuto_G_openstreetmap.md
index bd3acc362..eb6a4d9a9 100644
--- a/Docs/tuto_G_openstreetmap.md
+++ b/Docs/tuto_G_openstreetmap.md
@@ -101,7 +101,7 @@ Either way, the map should be ingested automatically in CARLA and the result sho
set_osm_mode
and then stops.
+ Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. If OSM mode is enabled, it will show a warning, and destroy vehicles when necessary.
# --------------------------------------
- class_name: OpendriveGenerationParameters