From: Tom Tromey Date: Wed, 11 Sep 2024 14:18:06 +0000 (-0600) Subject: Fix typo in Python TUI window text X-Git-Tag: gdb-16-branchpoint~921 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef54c7a94feb96c98535d52efe420ad0d960f7ef;p=thirdparty%2Fbinutils-gdb.git Fix typo in Python TUI window text I noticed a typo in the Python TUI window documentation. --- diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index bb1f205d4fe..22f0e6c6d0a 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -7327,7 +7327,7 @@ contains the full contents of the window. This is similar to calling @end defun The factory function that you supply should return an object -conforming to the TUI window protocol. These are the method that can +conforming to the TUI window protocol. These are the methods that can be called on this object, which is referred to below as the ``window object''. The methods documented below are optional; if the object does not implement one of these methods, @value{GDBN} will not attempt