Skip to content

Fix varibable name in XML parsing scenario#673

Merged
kennethreitz merged 1 commit into
realpython:masterfrom
rcatajar:patch-1
Jan 30, 2016
Merged

Fix varibable name in XML parsing scenario#673
kennethreitz merged 1 commit into
realpython:masterfrom
rcatajar:patch-1

Conversation

@rcatajar

Copy link
Copy Markdown
Contributor

In the xmltodict example, the xml is loaded in the variable obj but is later referenced as doc.
Fixed by renaming obj to doc

In the xmltodict example, the xml is loaded in the variable obj but is later referenced as doc.
Fixed by renaming obj to doc
@kennethreitz

Copy link
Copy Markdown
Contributor

🍰

kennethreitz added a commit that referenced this pull request Jan 30, 2016
Fix varibable name in XML parsing scenario
@kennethreitz kennethreitz merged commit f1bf788 into realpython:master Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants