diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2020-12-18 18:31:52 +0100 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2020-12-18 22:05:14 +0100 |
commit | e84604595250f89a528cc422eed110c294c94a02 (patch) | |
tree | 27e315cf409b1de7cbbba1883f69bdf8af514e32 | |
parent | 4aea001fd84a05f1e552c5dea1025e3f62dd2d7e (diff) | |
download | binutils-e84604595250f89a528cc422eed110c294c94a02.zip binutils-e84604595250f89a528cc422eed110c294c94a02.tar.gz binutils-e84604595250f89a528cc422eed110c294c94a02.tar.bz2 |
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'.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/python.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f5ab543..ee67703 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 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. 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca> diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index ad7df2c..11cc877 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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: |