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.
This commit is contained in:
parent
0c6e92a52c
commit
1e47491b33
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue