From: Yao Qi Date: Wed, 22 Mar 2017 12:40:24 +0000 (+0000) Subject: Remove @code for python X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79778b30dc5881a8d88b55744cab53d95fa6fda2;p=binutils-gdb.git Remove @code for python There's no reason to use @code for Python the name of a programming language. gdb/doc: 2017-03-22 Yao Qi * python.texi (Inferiors In Python): Remove @code from Python. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8253cbeac8f..5eb3a6c4bce 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2017-03-22 Yao Qi + + * python.texi (Inferiors In Python): Remove @code from Python. + 2017-03-21 Tim Wiederhake * python.texi (Recordings In Python): Document return type of diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 1fb8b259911..ce5810e45ff 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -2760,7 +2760,7 @@ return an empty tuple. Read @var{length} addressable memory units from the inferior, starting at @var{address}. Returns a buffer object, which behaves much like an array or a string. It can be modified and given to the -@code{Inferior.write_memory} function. In @code{Python} 3, the return +@code{Inferior.write_memory} function. In Python 3, the return value is a @code{memoryview} object. @end defun