Misc typo in neutronclient
Added a missing description for parameter node in the docstring of function _from_xml_node Change-Id: I4534dbf43e45b94d44d0c53d910987b8fad1cbdf Closes-Bug: #1255994
This commit is contained in:
parent
6d7d677f3e
commit
119a3dfac2
@ -306,6 +306,7 @@ class XMLDeserializer(TextDeserializer):
|
||||
def _from_xml_node(self, node, listnames):
|
||||
"""Convert a minidom node to a simple Python type.
|
||||
|
||||
:param node: minidom node name
|
||||
:param listnames: list of XML node names whose subnodes should
|
||||
be considered list items.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user