From 75c8c9d72cb6cdf4ccbaa5082bd7037afaf0fe8e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 6 Dec 2011 17:38:53 +0000 Subject: * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter.invoke1): Remove extra double quote. --- gdb/python/lib/gdb/command/pretty_printers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/lib') diff --git a/gdb/python/lib/gdb/command/pretty_printers.py b/gdb/python/lib/gdb/command/pretty_printers.py index 00aa390..98d0665 100644 --- a/gdb/python/lib/gdb/command/pretty_printers.py +++ b/gdb/python/lib/gdb/command/pretty_printers.py @@ -148,7 +148,7 @@ class InfoPrettyPrinter(gdb.Command): def invoke1(self, title, printer_list, obj_name_to_match, object_re, name_re, subname_re): - """"Subroutine of invoke to simplify it.""" + """Subroutine of invoke to simplify it.""" if printer_list and object_re.match(obj_name_to_match): print title self.list_pretty_printers(printer_list, name_re, subname_re) -- cgit v1.1