diff options
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r-- | gdb/doc/python.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index cc45548..5cbcc5b 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -1180,7 +1180,7 @@ refer to, @code{False} (the default) if they shouldn't. Note that, unlike for the @code{print} command, references are not automatically expanded when using the @code{format_string} method or the @code{str} function. There is no global @code{print} setting to change the default -behaviour. +behavior. @item actual_objects @code{True} if the representation of a pointer to an object should |