Swap two sentences in the Pretty Printing API node
I thought the start of the Pretty Printing API node read a bit strangely. This patch swaps the first two sentences, which seems better. gdb/doc/ChangeLog 2018-09-10 Tom Tromey <tom@tromey.com> * python.texi (Pretty Printing API): Swap sentence order.
This commit is contained in:
parent
9da10427dd
commit
27a9fec6aa
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-09-10 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* python.texi (Pretty Printing API): Swap sentence order.
|
||||
|
||||
2018-09-10 Tom Tromey <tom@tromey.com>
|
||||
|
||||
PR python/16461:
|
||||
|
|
|
@ -1253,10 +1253,9 @@ Python module (@pxref{gdb.types}).
|
|||
@subsubsection Pretty Printing API
|
||||
@cindex python pretty printing api
|
||||
|
||||
An example output is provided (@pxref{Pretty Printing}).
|
||||
|
||||
A pretty-printer is just an object that holds a value and implements a
|
||||
specific interface, defined here.
|
||||
specific interface, defined here. An example output is provided
|
||||
(@pxref{Pretty Printing}).
|
||||
|
||||
@defun pretty_printer.children (self)
|
||||
@value{GDBN} will call this method on a pretty-printer to compute the
|
||||
|
|
Loading…
Add table
Reference in a new issue