Minor fix to Python breakpoint event documentation
authorTom Tromey <tromey@adacore.com>
Thu, 9 Jun 2022 15:40:51 +0000 (09:40 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 9 Jun 2022 18:34:00 +0000 (12:34 -0600)
commit1c76a0e2a62191b7a5c0240c7178ed8a4c098fb7
tree10fde1c3d4f4e56f597c5eaa547b7ad0c0d0b47a
parent396d2e56bed9cb1b90696d5a0969786144101d25
Minor fix to Python breakpoint event documentation

I noticed that the Python event documentation referred to the event's
"breakpoint" field as a function, whereas it is actually an attribute.
This patch fixes the error.
gdb/doc/python.texi