Skip to content
Snippets Groups Projects
Commit 381448fb authored by David Trattnig's avatar David Trattnig
Browse files

fix(docs): spelling

parent 440a8798
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class EngineExecutor(Timer):
due_time (Float): When timer should be executed.
For values <= 0 execution happens immediately in a threaded way
func (function): The function to be called
param (object): Parameter passt to the function
param (object): Parameter passed to the function
"""
self._lock = Lock()
from aura_engine.engine import Engine
......
......@@ -158,7 +158,7 @@ class AuraMonitor:
To request new data either call `get_status()` before or use the `update_vital` parameter.
Args:
update_vitality_only (bool): Refreshs only the vital parts required for the heartbeat
update_vitality_only (bool): Refreshes only the vital parts required for the heartbeat
"""
is_valid = False
......
......@@ -247,7 +247,7 @@ class TestEngineExecutor(unittest.TestCase):
self.assertEqual(False, parent.is_alive())
# Even though the late parent would be executed by now, it wasn't, because the initial
# parent was finished at instatiation time already
# parent was finished at instantiation time already
self.assertEqual("hello world from parent", global_state[0])
# Finally there should be the updated value from the alternative child
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment