projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80251d4
)
Fix minor grammar issue in python.texi
author
Tom Tromey
<tromey@adacore.com>
Thu, 23 Mar 2023 16:46:31 +0000
(10:46 -0600)
committer
Tom Tromey
<tromey@adacore.com>
Thu, 23 Mar 2023 16:47:15 +0000
(10:47 -0600)
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.
gdb/doc/python.texi
patch
|
blob
|
history
diff --git
a/gdb/doc/python.texi
b/gdb/doc/python.texi
index 54d5660543a08ccb61bf7e231fda2dad80d4076f..13cf877b704604c211e4671b96b40bf7c96f8c3d 100644
(file)
--- 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