Minor fix to Python breakpoint event documentation
authorTom Tromey <tromey@adacore.com>
Thu, 9 Jun 2022 15:40:51 +0000 (09:40 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 9 Jun 2022 18:34:00 +0000 (12:34 -0600)
I noticed that the Python event documentation referred to the event's
"breakpoint" field as a function, whereas it is actually an attribute.
This patch fixes the error.

gdb/doc/python.texi

index ba5a9b315e19f290f71d4fea26cdb7515822514f..aaf7666e0be47cbd12421a47365f7dac51d466de 100644 (file)
@@ -3448,9 +3448,9 @@ A sequence containing references to all the breakpoints (type
 @end defvar
 
 @defvar BreakpointEvent.breakpoint
-A reference to the first breakpoint that was hit.
-This function is maintained for backward compatibility and is now deprecated 
-in favor of the @code{gdb.BreakpointEvent.breakpoints} attribute.
+A reference to the first breakpoint that was hit.  This attribute is
+maintained for backward compatibility and is now deprecated in favor
+of the @code{gdb.BreakpointEvent.breakpoints} attribute.
 @end defvar
 
 @item events.new_objfile