Remove erroneous 'a' in gdb.register_window_type documentation

gdb/doc/ChangeLog:

2020-12-18  Hannes Domani  <ssbssa@yahoo.de>

	* python.texi (TUI Windows In Python): Remove erroneous 'a'.
This commit is contained in:
Hannes Domani 2020-12-18 18:31:52 +01:00
parent 4aea001fd8
commit e846045952
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-12-18 Hannes Domani <ssbssa@yahoo.de>
* python.texi (TUI Windows In Python): Remove erroneous 'a'.
2020-12-18 Hannes Domani <ssbssa@yahoo.de>
* python.texi (Values From Inferior): Document the address keyword.

View File

@ -5834,7 +5834,7 @@ window. This is called with a single argument of type
that implements the TUI window protocol, also described below.
@end defun
As mentioned above, when a factory function is called, it is passed a
As mentioned above, when a factory function is called, it is passed
an object of type @code{gdb.TuiWindow}. This object has these
methods and attributes: