Skip to content
Snippets Groups Projects
Commit aa7e047e authored by Jeremy M Fee's avatar Jeremy M Fee Committed by Claycomb, Abram Earl
Browse files

Update adjusted metadata example syntax

parent 0e4441af
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ class Metadata(db.Model):
comment = 'automatic adjusted matrix',
priority = 1,
value = {
'parameters' => {'x': 1, 'y': 2, 'z': 3}
'matrix' => [ ... ]
'parameters': {'x': 1, 'y': 2, 'z': 3}
'matrix': [ ... ]
}
)
```
......
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