diff --git a/trepan/processor/command/deparse.py b/trepan/processor/command/deparse.py index c340db98..9e9d5f85 100644 --- a/trepan/processor/command/deparse.py +++ b/trepan/processor/command/deparse.py @@ -200,7 +200,7 @@ def run(self, args): parentInfo, p = deparsed.extract_parent_info(nodeInfo.node) if parentInfo: self.section("Contained in...") - self.rst_msg("\t*Grammar Symbol:* %s" % p.type) + self.rst_msg("\t*Grammar Symbol:* %s" % p.kind) self.print_text(parentInfo.selectedLine) self.msg(parentInfo.markerLine) pass