diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py index c5eefaec2..79e14260c 100644 --- a/djangorestframework/parsers.py +++ b/djangorestframework/parsers.py @@ -196,8 +196,6 @@ class XMLParser(BaseParser): def _xml_convert(self, element): """ convert the xml `element` into the corresponding python object - - `data` The python object representation of xml `element`. """ children = element.getchildren()