From 4d9138e3ef76ce300f054a8cb07b1a2327b35a83 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 14 Sep 2019 01:06:50 -0400 Subject: lots of small documentation updates, mostly around making sure parameters are consistent and typed properly --- python/demangle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/demangle.py') diff --git a/python/demangle.py b/python/demangle.py index 8c7dd9b5..04a40b21 100644 --- a/python/demangle.py +++ b/python/demangle.py @@ -33,7 +33,8 @@ def get_qualified_name(names): """ ``get_qualified_name`` gets a qualified name for the provided name list. - :param list(str) names: name list to qualify + :param names: name list to qualify + :type names: list(str) :return: a qualified name :rtype: str :Example: -- cgit v1.3.1