]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in Python TUI window text
authorTom Tromey <tromey@adacore.com>
Wed, 11 Sep 2024 14:18:06 +0000 (08:18 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 11 Sep 2024 14:18:06 +0000 (08:18 -0600)
I noticed a typo in the Python TUI window documentation.

gdb/doc/python.texi

index bb1f205d4fe087a0a9a8d5695b323529c5ea6484..22f0e6c6d0a83bbefd8aaf304dff8c12edd60730 100644 (file)
@@ -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