summaryrefslogtreecommitdiffstats
path: root/tools/grit/grit/node/mapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/grit/grit/node/mapping.py')
-rw-r--r--tools/grit/grit/node/mapping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/grit/grit/node/mapping.py b/tools/grit/grit/node/mapping.py
index b02673d..6e6be93 100644
--- a/tools/grit/grit/node/mapping.py
+++ b/tools/grit/grit/node/mapping.py
@@ -44,11 +44,11 @@ _ELEMENT_TO_CLASS = {
def ElementToClass(name, typeattr):
'''Maps an element to a class that handles the element.
-
+
Args:
name: 'element' (the name of the element)
typeattr: 'type' (the value of the type attribute, if present, else None)
-
+
Return:
type
'''