From bf63e092606ea6c0d894a761edc8b5c127df0efe Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 18 Dec 2024 08:34:31 -0700 Subject: 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 --- gdb/doc/python.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb') 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 -- cgit v1.1