[pushed] Fix typo in Python TUI window text

Message ID 20240911141924.3038146-1-tromey@adacore.com
State New
Headers
Series [pushed] Fix typo in Python TUI window text |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Tom Tromey Sept. 11, 2024, 2:19 p.m. UTC
  I noticed a typo in the Python TUI window documentation.
---
 gdb/doc/python.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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