From b917258e958ca594bb44c67da750ebf9010f1af3 Mon Sep 17 00:00:00 2001 From: xqgex Date: Tue, 2 May 2023 16:26:18 -0400 Subject: [PATCH] Typo maxixum => maximum --- Docs/python_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +