diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fe3df3d4d1..948b2b2c04 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-07-20 Kevin Buettner + + * python.texi (python command): Revise example to match + command behavior. + 2019-07-09 Pedro Alves * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index f769ad03a2..034623513b 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -90,8 +90,6 @@ containing @code{end}. For example: @smallexample (@value{GDBP}) python -Type python script -End with a line saying just "end". >print 23 >end 23