This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Small fix to gdb.Value constructor doc


On 2019-03-05 12:28, Eli Zaretskii wrote:
From: Simon Marchi <simon.marchi@efficios.com>
Cc: Kevin Buettner <kevinb@redhat.com>,
	Eli Zaretskii <eliz@gnu.org>,
	Simon Marchi <simon.marchi@efficios.com>
Date: Tue,  5 Mar 2019 12:05:44 -0500

gdb/doc/ChangeLog:

	* python.texi (Values From Inferior): Change synopsys of the
	second form of Value.__init__.

Thanks, this is OK, but please take care of this gotcha:

-@defun Value.__init__ (@var{val}, @r{[}, type @r{]})
+@defun Value.__init__ (@var{val}, type)

"type" should also be in @var.

I pushed it with this fixed.

Thanks,

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]