summaryrefslogtreecommitdiff
path: root/python/typeparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/typeparser.py')
-rw-r--r--python/typeparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/typeparser.py b/python/typeparser.py
index d56f6b59..e4a6ef2e 100644
--- a/python/typeparser.py
+++ b/python/typeparser.py
@@ -481,7 +481,7 @@ class TypeParser(metaclass=_TypeParserMetaclass):
:param source: Source code to parse
:param platform: Platform to assume the types are relevant to
:param existing_types: Optional map of all existing types to use for parsing context
- :return: A tuple of (result, errors) where result is a tuple of (type, name) or
+ :return: A tuple of (result, errors) where result is a tuple of (name, type) or
None of there was a fatal error.
"""
raise NotImplementedError("Not implemented")