diff --git a/Docs/python_api.md b/Docs/python_api.md
index 5f0a6e892..625654c91 100644
--- a/Docs/python_api.md
+++ b/Docs/python_api.md
@@ -588,7 +588,7 @@ When used, the time speed of the reenacted simulation is modified at will. It ca
- **Parameters:**
- `time_factor` (_float_) - 1.0 means normal time speed. Greater than 1.0 means fast motion (2.0 would be double speed) and lesser means slow motion (0.5 would be half speed).
- **set_timeout**(**self**, **seconds**)
-Sets the maxixum time a network call is allowed before blocking it and raising a timeout exceeded error.
+Sets the maximum time a network call is allowed before blocking it and raising a timeout exceeded error.
- **Parameters:**
- `seconds` (_float - seconds_) - New timeout value. Default is 5 seconds.
@@ -4739,4 +4739,4 @@ for (let i = 0; i < buttons.length; i++) {
buttons[i].addEventListener("click",function(){ButtonAction(buttons[i].id);},true);
}
window.onresize = WindowResize;
-
\ No newline at end of file
+