]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove @code for python
authorYao Qi <yao.qi@linaro.org>
Wed, 22 Mar 2017 12:40:24 +0000 (12:40 +0000)
committerYao Qi <yao.qi@linaro.org>
Wed, 22 Mar 2017 12:40:24 +0000 (12:40 +0000)
There's no reason to use @code for Python the name of a programming
language.

gdb/doc:

2017-03-22  Yao Qi  <yao.qi@linaro.org>

* python.texi (Inferiors In Python): Remove @code from Python.

gdb/doc/ChangeLog
gdb/doc/python.texi

index 8253cbeac8f2c01db4efb96d8feca0c7878405b1..5eb3a6c4bceaaa8362187a8ebbabdb1acbc1029e 100644 (file)
@@ -1,3 +1,7 @@
+2017-03-22  Yao Qi  <yao.qi@linaro.org>
+
+       * python.texi (Inferiors In Python): Remove @code from Python.
+
 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
 
        * python.texi (Recordings In Python): Document return type of
index 1fb8b2599112a5123914ea648f51fad1601a4cd7..ce5810e45ff3965c4e716eccc22e5bfa5e9f3e2a 100644 (file)
@@ -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