[binutils-gdb] Fix minor grammar issue in python.texi
Tom Tromey
tromey@sourceware.org
Thu Mar 23 16:51:22 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=12d290fbbf0d09da15b4e727883ba54f7dcc297f
commit 12d290fbbf0d09da15b4e727883ba54f7dcc297f
Author: Tom Tromey <tromey@adacore.com>
Date: Thu Mar 23 10:46:31 2023 -0600
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.
Diff:
---
gdb/doc/python.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 54d5660543a..13cf877b704 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
More information about the Gdb-cvs
mailing list