Small typo fix in Basic Python node
authorTom Tromey <tom@tromey.com>
Sat, 8 Sep 2018 19:40:50 +0000 (13:40 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Sep 2018 13:44:27 +0000 (07:44 -0600)
commit0d2a583976a87221d11c2639ede8f764e0c26059
tree66006734a8a9d2c66b1070e04de1ee8f90d0459d
parent05c6bdc1a935243d19eb9dc3799321c96b660d68
Small typo fix in Basic Python node

I noticed that the decode_line documentation did not have parens
around the argument:

 -- Function: gdb.decode_line [expression]

This patch fixes this oversight.

gdb/doc/ChangeLog
2018-09-10  Tom Tromey  <tom@tromey.com>

* python.texi (Basic Python): Parenthesize argument to
decode_line.
gdb/doc/ChangeLog
gdb/doc/python.texi