We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf0ae commit 5a2374dCopy full SHA for 5a2374d
1 file changed
docs/scenarios/xml.rst
@@ -59,7 +59,7 @@ can be loaded into a Python dict like this:
59
import xmltodict
60
61
with open('path/to/file.xml') as fd:
62
- obj = xmltodict.parse(fd.read())
+ doc = xmltodict.parse(fd.read())
63
64
and then you can access elements, attributes and values like this:
65
0 commit comments