Skip to content

Commit

Permalink
add missing parameter desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Oct 29, 2014
1 parent dbcc17b commit 475708d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyconfig/backend/xml_.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def etree_to_container(root, container):
Convert XML ElementTree to a collection of container objects.
:param root: etree root object or None
:param container:
:param container: A nested dict like objects
"""
tree = container()
if root is None:
Expand Down

0 comments on commit 475708d

Please sign in to comment.