mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
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 <yao.qi@linaro.org> * python.texi (Inferiors In Python): Remove @code from Python.
This commit is contained in:
@@ -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>
|
2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
|
||||||
|
|
||||||
* python.texi (Recordings In Python): Document return type of
|
* python.texi (Recordings In Python): Document return type of
|
||||||
|
|||||||
@@ -2760,7 +2760,7 @@ return an empty tuple.
|
|||||||
Read @var{length} addressable memory units from the inferior, starting at
|
Read @var{length} addressable memory units from the inferior, starting at
|
||||||
@var{address}. Returns a buffer object, which behaves much like an array
|
@var{address}. Returns a buffer object, which behaves much like an array
|
||||||
or a string. It can be modified and given to the
|
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.
|
value is a @code{memoryview} object.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user