diff options
author | Tom Tromey <tromey@adacore.com> | 2024-09-11 08:18:06 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-09-11 08:18:06 -0600 |
commit | ef54c7a94feb96c98535d52efe420ad0d960f7ef (patch) | |
tree | 515990f73edfa0459d2d4994c7761a14c0e7ca9a | |
parent | 6fc346a4b39f7658e99522529308a23b8543ffe3 (diff) | |
download | gdb-ef54c7a94feb96c98535d52efe420ad0d960f7ef.zip gdb-ef54c7a94feb96c98535d52efe420ad0d960f7ef.tar.gz gdb-ef54c7a94feb96c98535d52efe420ad0d960f7ef.tar.bz2 |
Fix typo in Python TUI window text
I noticed a typo in the Python TUI window documentation.
-rw-r--r-- | gdb/doc/python.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index bb1f205..22f0e6c 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 |