From 6f5fd10c589cd7bf525d91a60a0dc66bc4f93e25 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 18 Jan 2022 09:48:47 -0500 Subject: Many type check fixes --- python/demangle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/demangle.py') 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: -- cgit v1.3.1