diff options
Diffstat (limited to 'python/typeparser.py')
| -rw-r--r-- | python/typeparser.py | 2 |
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") |
