[pushed] Fix typo in Python documentation
Checks
Commit Message
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
---
gdb/doc/python.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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