We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bf0ae + 5a2374d commit f1bf788Copy full SHA for f1bf788
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