From 1e47491b33aac7447697c3cdeff0bbdbba5d58a0 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 3 Jun 2014 10:39:03 -0700 Subject: gdb/doc/python.texi: Fix reference to "Progspaces In Python". A recent change broke the documentation build due to a think-o in a reference. Fixed thusly. gdb/doc/ChangeLog: * python.texi (Xmethod API): Fix reference to "Progspaces In Python". Tested by rebuilding all documentation formats. --- gdb/doc/python.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/doc/python.texi') diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 1ba248b..2f1b71f 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -2322,7 +2322,7 @@ The @code{matcher} is registered with @code{locus}, replacing an existing matcher with the same name as @code{matcher} if @code{replace} is @code{True}. @code{locus} can be a @code{gdb.Objfile} object (@pxref{Objfiles In Python}), or a -@code{gdb.Progspace} object (@pxref{Program Spaces In Python}), or +@code{gdb.Progspace} object (@pxref{Progspaces In Python}), or @code{None}. If it is @code{None}, then @code{matcher} is registered globally. @end defun -- cgit v1.1