summaryrefslogtreecommitdiff
path: root/python/debuginfo.py
diff options
context:
space:
mode:
authorGalen Williamson <galen@vector35.com>2024-04-19 17:11:04 -0400
committerGalen Williamson <galen@vector35.com>2024-04-19 17:11:04 -0400
commitc788961c5a7ff667d0b6237711f7747cac5be610 (patch)
tree2723627873dfbb033b9bb4fbe0ba3d8325d57f8d /python/debuginfo.py
parentcff2f4df2ad48f6e386e7eeed862dfca6659ab6d (diff)
docstring hygiene maintenance in python API
Diffstat (limited to 'python/debuginfo.py')
-rw-r--r--python/debuginfo.py1
1 files changed, 1 insertions, 0 deletions
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
"""