* python/lib/gdb/command/pretty_printers.py
authorTom Tromey <tromey@redhat.com>
Tue, 6 Dec 2011 17:38:53 +0000 (17:38 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 6 Dec 2011 17:38:53 +0000 (17:38 +0000)
(InfoPrettyPrinter.invoke1): Remove extra double quote.

gdb/ChangeLog
gdb/python/lib/gdb/command/pretty_printers.py

index de040a13b0de2699384ec1c7d4b5007a7e90284c..1183909221b2ce60d8be9b49f3c61ca2fd90b91f 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-06  Tom Tromey  <tromey@redhat.com>
+
+       * python/lib/gdb/command/pretty_printers.py
+       (InfoPrettyPrinter.invoke1): Remove extra double quote.
+
 2011-12-06  Tom Tromey  <tromey@redhat.com>
 
        * NEWS: Add MI news.
index 00aa390528c27a3753ca813712f3b3b205d00f48..98d06650c648646548215d415df8da31ba25b8f3 100644 (file)
@@ -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)
This page took 0.028781 seconds and 4 git commands to generate.