diff options
author | Tom Tromey <tromey@adacore.com> | 2024-12-18 08:34:31 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-12-18 08:35:56 -0700 |
commit | bf63e092606ea6c0d894a761edc8b5c127df0efe (patch) | |
tree | 5e0c43c92484878d78670ab0e6e1435617b3bcca /gdb/doc/python.texi | |
parent | 704452b488bf5a96bb9b68d7e801d1568aedbe4a (diff) | |
download | binutils-bf63e092606ea6c0d894a761edc8b5c127df0efe.zip binutils-bf63e092606ea6c0d894a761edc8b5c127df0efe.tar.gz binutils-bf63e092606ea6c0d894a761edc8b5c127df0efe.tar.bz2 |
Fix typo in Python documentation
Oleg pointed out that when renaming from "status" to "enabled" in the
Python TUI events patch, I neglected to update one spot in the
documentation. This patch fixes this. I'm checking it in as obvious.
You can verify that this change is correct by examining
gdb/python/py-event-types.def.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32162
Diffstat (limited to 'gdb/doc/python.texi')
-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 |