Skip to content

Commit

Permalink
Python command correction.
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Chremmou <[email protected]>
  • Loading branch information
kc284 committed Oct 16, 2024
1 parent 00c13da commit 3a727d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/doc/wire-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ To retrieve all the VM records in a single call:

```python
>>> records = xen.VM.get_all_records(session)['Value']
>>> records.keys()
>>> list(records.keys())
['OpaqueRef:1', 'OpaqueRef:2', 'OpaqueRef:3', 'OpaqueRef:4' ]
>>> records['OpaqueRef:1']['name_label']
'Red Hat Enterprise Linux 7'
Expand Down

0 comments on commit 3a727d2

Please sign in to comment.