Remove @var from @defun in Python documentation
authorTom Tromey <tromey@adacore.com>
Thu, 6 Apr 2023 14:24:06 +0000 (08:24 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 28 Apr 2023 16:51:58 +0000 (10:51 -0600)
commitebb83b77a74a4f31d7fba7e892599c4552aad137
treec85cb90439257377594bb369880b1555e42d56d5
parent1f7f972f59470104734ec705c985ab319eb580db
Remove @var from @defun in Python documentation

Eli pointed out that @var isn't needed in @defun in Texinfo.  This
patch removes the cases I found in python.texi.  I also renamed some
variables in one spot, because "-" isn't valid in a Python variable
name.
gdb/doc/python.texi