From c788961c5a7ff667d0b6237711f7747cac5be610 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Fri, 19 Apr 2024 17:11:04 -0400 Subject: docstring hygiene maintenance in python API --- python/debuginfo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/debuginfo.py') diff --git a/python/debuginfo.py b/python/debuginfo.py index b1d25503..806e61a8 100644 --- a/python/debuginfo.py +++ b/python/debuginfo.py @@ -314,6 +314,7 @@ class DebugInfo(object): """ Type Container for all types in the DebugInfo that resulted from the parse of the given parser. + :param parser_name: Name of parser :return: Type Container for types from that parser """ -- cgit v1.3.1