aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-05-09 17:26:53 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-05-10 10:09:33 +0100
commit802021d46df5d82ec58de8ee0b769590b7d1e4df (patch)
treec3b94258c8043722ce54a1a555dfd4f106a0d29f /gdb/doc/python.texi
parent2d4b49864eba70606b1bee3d0a3e8414189dcd6d (diff)
downloadgdb-802021d46df5d82ec58de8ee0b769590b7d1e4df.zip
gdb-802021d46df5d82ec58de8ee0b769590b7d1e4df.tar.gz
gdb-802021d46df5d82ec58de8ee0b769590b7d1e4df.tar.bz2
gdb/doc: reword a sentence
Change this: The available watchpoint types represented by constants are defined in the gdb module: to this: The available watchpoint types are represented by constants defined in the gdb module: The new version matches a similar line a few lines up the document which reads: The available types are represented by constants defined in the gdb module: gdb/doc/ChangeLog: * guile.texinfo (Breakpoints In Guile): Reword sentence. * python.texinfo (Breakpoints In Python): Reword sentence.
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r--gdb/doc/python.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 453ddfe..4865634 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -5500,7 +5500,7 @@ Hardware assisted read watchpoint.
Hardware assisted access watchpoint.
@end vtable
-The available watchpoint types represented by constants are defined in the
+The available watchpoint types are represented by constants defined in the
@code{gdb} module:
@vtable @code