aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--djangorestframework/parsers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py
index c5eefaec..79e14260 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()