diff options
-rw-r--r-- | gdb/doc/python.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 063dc7e..2e10930 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -4088,7 +4088,7 @@ This is emitted when the TUI is enabled or disabled. The event is of type @code{gdb.TuiEnabledEvent}, which has a single read-only attribute: -@defvar TuiStatusEvent.enabled +@defvar TuiEnabledEvent.enabled If the TUI has just been enabled, this is @code{True}; otherwise it is @code{False}. @end defvar |