Skip to content

Commit

Permalink
Update process.py to fix typo. (lava-nc#763)
Browse files Browse the repository at this point in the history
Co-authored-by: PhilippPlank <[email protected]>
Co-authored-by: Marcus G K Williams <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent c137f39 commit fff3b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lava/magma/core/process/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def run(self,
network. If any Process has not been compiled, it is automatically
compiled before execution.
When RunConfig.blocking is True, the Processes are executed for as long
When condition.blocking is True, the Processes are executed for as long
as the RunCondition is satisfied. Otherwise, the method run() returns
immediately while the Processes are executed. In this case,
the methods wait(), pause(), and stop() can be used to
Expand Down

0 comments on commit fff3b10

Please sign in to comment.