Remove erroneous 'a' in gdb.register_window_type documentation
authorHannes Domani <ssbssa@yahoo.de>
Fri, 18 Dec 2020 17:31:52 +0000 (18:31 +0100)
committerHannes Domani <ssbssa@yahoo.de>
Fri, 18 Dec 2020 21:05:14 +0000 (22:05 +0100)
gdb/doc/ChangeLog:

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

* python.texi (TUI Windows In Python): Remove erroneous 'a'.

gdb/doc/ChangeLog
gdb/doc/python.texi

index f5ab5432b98bb13542d41eb02242482dac161a3a..ee67703ecbc0b2bb1a91fa90cf9c2372e73a980e 100644 (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.
index ad7df2cdd325f303e56d3ef43bb52e58d133a460..11cc877125da3d1cc495d8c92a7c47d11070c5a1 100644 (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: