diff options
author | Tom Tromey <tromey@adacore.com> | 2023-03-23 10:46:31 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-03-23 10:47:15 -0600 |
commit | 12d290fbbf0d09da15b4e727883ba54f7dcc297f (patch) | |
tree | 6a0a877f4ea393330dbcc001fbd77e86d414b9ce | |
parent | 80251d4185048c6391b74abe96c754e8a536b35f (diff) | |
download | gdb-12d290fbbf0d09da15b4e727883ba54f7dcc297f.zip gdb-12d290fbbf0d09da15b4e727883ba54f7dcc297f.tar.gz gdb-12d290fbbf0d09da15b4e727883ba54f7dcc297f.tar.bz2 |
Fix minor grammar issue in python.texi
I noticed a minor grammar problem in the 'GDB/MI Commands In Python'
node of the manual. I'm checking in this patch to correct it.
-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 54d5660..13cf877 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -4405,7 +4405,7 @@ installed, the currently installed command will be uninstalled, and this command installed in its stead. @end defvar -The following code snippet shows how a two trivial MI command can be +The following code snippet shows how some trivial MI commands can be implemented in Python: @smallexample |