Swap two sentences in the Pretty Printing API node
authorTom Tromey <tom@tromey.com>
Sat, 8 Sep 2018 19:50:09 +0000 (13:50 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Sep 2018 13:44:28 +0000 (07:44 -0600)
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.

gdb/doc/ChangeLog
gdb/doc/python.texi

index e1a3c8630955a0f618784490c7f9a03e66ee1d60..8a1341cdf45b3f73d352e63bf24ba0dab1c82bfe 100644 (file)
@@ -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:
index e310c16c0a944aadb29e430f5b35d10a3f14e817..545e0c341de552488130ebcacf5d91a0158ff424 100644 (file)
@@ -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