summaryrefslogtreecommitdiff
path: root/python/typeparser.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2024-02-08 13:34:15 -0500
committerPeter LaFosse <peter@vector35.com>2024-02-08 13:34:15 -0500
commitf3101ad23b5b15b6edb0593b9ac8a80f3319fd95 (patch)
tree1a45a269fe0c590483975349c32c8d9fe08bc2c5 /python/typeparser.py
parentbae3056d1bed0331a466ea19dedfca68bc023232 (diff)
Revert "Convert some assertions to raise ValueError in NTR creation"
This reverts commit bae3056d1bed0331a466ea19dedfca68bc023232.
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 e4a6ef2e..d56f6b59 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 (name, type) or
+ :return: A tuple of (result, errors) where result is a tuple of (type, name) or
None of there was a fatal error.
"""
raise NotImplementedError("Not implemented")