Fix Python documentation for range type fields
authorTom Tromey <tromey@adacore.com>
Fri, 11 Aug 2023 18:22:27 +0000 (12:22 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 11 Aug 2023 18:22:27 +0000 (12:22 -0600)
commitf8b12b8e1048a78816b23c968b07039106365e63
treeef79f6d33fc35d6b3e7fd85b2b36f1789a974eb6
parenta17805b199b8e312d8977b28520657bf4bfbcfb4
Fix Python documentation for range type fields

GDB's Python documentation claims that range types have two fields,
but this is not true, and attempts to access them hit this error:

      "Type is not a structure, union, enum, or function type."

This patch fixes the documentation.
gdb/doc/python.texi