From: Tom Tromey Date: Sat, 8 Sep 2018 19:50:09 +0000 (-0600) Subject: Swap two sentences in the Pretty Printing API node X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27a9fec6aa2637715a4631f79fb46372a37f868a;p=binutils-gdb.git 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 * python.texi (Pretty Printing API): Swap sentence order. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e1a3c863095..8a1341cdf45 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-10 Tom Tromey + + * python.texi (Pretty Printing API): Swap sentence order. + 2018-09-10 Tom Tromey PR python/16461: diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index e310c16c0a9..545e0c341de 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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