diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-01-18 09:48:47 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-01-19 10:53:46 -0500 |
| commit | 6f5fd10c589cd7bf525d91a60a0dc66bc4f93e25 (patch) | |
| tree | cb5d1f10dbc65bd5bd96e5b7eb6551190f8783d7 /python/demangle.py | |
| parent | 12b55e3265ea0538b911be910b8300af807c4695 (diff) | |
Many type check fixes
Diffstat (limited to 'python/demangle.py')
| -rw-r--r-- | python/demangle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/demangle.py b/python/demangle.py index 6d8fba27..3f22d294 100644 --- a/python/demangle.py +++ b/python/demangle.py @@ -131,7 +131,7 @@ def simplify_name_to_qualified_name(input_name, simplify = True): :param input_name: String or qualified name to be simplified :type input_name: Union[str, QualifiedName] - :param bool simplify_name: (optional) Whether to simplify input string (no effect if given a qualified name; will always simplify) + :param bool simplify: (optional) Whether to simplify input string (no effect if given a qualified name; will always simplify) :return: simplified name (or one-element array containing the input if simplifier fails/cannot simplify) :rtype: QualifiedName :Example: |
