Update documentation for Python Frame.older and Frame.newer
authorTom Tromey <tromey@adacore.com>
Fri, 19 May 2023 15:40:35 +0000 (09:40 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 19 May 2023 16:47:09 +0000 (10:47 -0600)
commit3f33695b64123e60a7487eb1a9f91a40a42f0f9f
tree1ecc7f083511428e092489b4f4f7b92dee4594dc
parent05d31a0b3f03d391a067df8808aafdf302a49bcf
Update documentation for Python Frame.older and Frame.newer

I noticed that Frame.older and Frame.newer don't document that they
return None at the ends of the stack.  This patch updates the
documentation, and also fixes a somewhat related typo in a comment
that I noticed while digging into this.

Approved-By: Eli Zaretskii <eliz@gnu.org>
gdb/doc/python.texi
gdb/frame.c