Skip to content

Commit e9aba8a

Browse files
authored
Update readme data type
1 parent e0c726f commit e9aba8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def combined_workflow(x=1, y=2):
4141
For the workflow representation of these Python functions the Python functions are stored in the [example_workflows/arithmetic/workflow.py](example_workflows/arithmetic/workflow.py)
4242
Python module. The connection of the Python functions are stored in the [example_workflows/arithmetic/workflow.json](example_workflows/arithmetic/workflow.json)
4343
JSON file:
44-
```
44+
```JSON
4545
{
4646
"nodes": [
4747
{"id": 0, "type": "function", "value": "workflow.get_prod_and_div"},

0 commit comments

Comments
 (0)