]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/doc: use @samp{} in Python docs
authorAndrew Burgess <aburgess@redhat.com>
Tue, 22 Apr 2025 16:32:53 +0000 (17:32 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 22 Apr 2025 16:40:12 +0000 (17:40 +0100)
commit4183b1e3a2f36dd67e25dff4be642c48bf214d64
tree23bae369b8ff357ccf9a2e52de9d64d59175b08b
parent5d4187339f9f2f338d540adbdfd174aa9f1e92ab
gdb/doc: use @samp{} in Python docs

In this review:

  https://inbox.sourceware.org/gdb-patches/86sem6ase5.fsf@gnu.org

it was pointed out that I should use @samp{} around some text I was
adding to the documentation.  However, the offending snippet of
documentation was something I copied from elsewhere in python.texi.
This commit fixes the original to use @samp{}.
gdb/doc/python.texi