Skip to content

Commit ef54c7a

Browse files
committed
Fix typo in Python TUI window text
I noticed a typo in the Python TUI window documentation.
1 parent 6fc346a commit ef54c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdb/doc/python.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7327,7 +7327,7 @@ contains the full contents of the window. This is similar to calling
73277327
@end defun
73287328

73297329
The factory function that you supply should return an object
7330-
conforming to the TUI window protocol. These are the method that can
7330+
conforming to the TUI window protocol. These are the methods that can
73317331
be called on this object, which is referred to below as the ``window
73327332
object''. The methods documented below are optional; if the object
73337333
does not implement one of these methods, @value{GDBN} will not attempt

0 commit comments

Comments
 (0)