Skip to content
Snippets Groups Projects
Commit 7f900913 authored by Martin Lange's avatar Martin Lange
Browse files

Fix order in description of update method

parent a4b765ba
No related branches found
No related tags found
1 merge request!277Fix order in description of update method
Pipeline #205710 passed with stages
in 6 minutes and 5 seconds
......@@ -280,7 +280,8 @@ Update
Method :meth:`.TimeComponent._update()` is where the actual work happens.
It is called every time the :doc:`../principles/coupling_scheduling` decides that the component is on turn to make an update.
In :meth:`.TimeComponent._update`, we get the component's input data, do a "model step", increment the time, and push results to the output slot.
In :meth:`.TimeComponent._update`, we increment the time step,
get the component's input data, do a "model step", and push results to the output slot.
.. code-block:: Python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment