We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c9482c + 043f7a5 commit af3b4ffCopy full SHA for af3b4ff
2 files changed
docs/workflows/modes_of_running.md
@@ -317,7 +317,7 @@ Here you can find example on how to run simple workflow in Python code.
317
],
318
}
319
320
- # example init paramaters for blocks - dependent on set of blocks
+ # example init parameters for blocks - dependent on set of blocks
321
# used in your workflow
322
workflow_init_parameters = {
323
"workflows_core.model_manager": model_manager,
docs/workflows/workflows_compiler.md
@@ -290,7 +290,7 @@ across code like this:
290
291
```python
292
[...]
293
-# example init paramaters for blocks - dependent on set of blocks
+# example init parameters for blocks - dependent on set of blocks
294
295
296
0 commit comments