Fix typo in ExitedEvent doc

The field "inferior" of the ExitedEvent object is not displayed
properly.

gdb/doc/ChangeLog:

	* python.texi (Events In Python): Fix typo.
This commit is contained in:
Simon Marchi 2017-01-24 15:29:14 -05:00
parent 666c6aff6b
commit 373832b6db
2 changed files with 5 additions and 1 deletions

View file

@ -2858,7 +2858,7 @@ has returned. (The exit code could be unavailable if, for example,
@value{GDBN} detaches from the inferior.) If the exit code is unavailable,
the attribute does not exist.
@end defvar
@defvar ExitedEvent inferior
@defvar ExitedEvent.inferior
A reference to the inferior which triggered the @code{exited} event.
@end defvar