Skip to content

Commit 93676bc

Browse files
focksorrjarry
authored andcommitted
readme: fix example code
Remove deprecated config argument in module.parse_data_dict. Signed-off-by: focksor surooi <focksor@outlook.com>
1 parent d5957da commit 93676bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Data Tree
185185
... {'name': 'lo', 'address': '127.0.0.1'},
186186
... ],
187187
... },
188-
... }, config=True)
188+
... })
189189
>>> print(node.print_mem('xml', pretty=True))
190190
<data xmlns="urn:example">
191191
<interface>

0 commit comments

Comments
 (0)