diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-08 13:50:09 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-10 07:44:28 -0600 |
commit | 27a9fec6aa2637715a4631f79fb46372a37f868a (patch) | |
tree | 760246a1e007521e3a732a14d5f2962c935c36ea /gdb/doc/ChangeLog | |
parent | 9da10427ddcfae7313c462f729407e0c7c59e2d8 (diff) | |
download | gdb-27a9fec6aa2637715a4631f79fb46372a37f868a.zip gdb-27a9fec6aa2637715a4631f79fb46372a37f868a.tar.gz gdb-27a9fec6aa2637715a4631f79fb46372a37f868a.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e1a3c86..8a1341c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 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: * python.texi (Values From Inferior): Mention use of virtual table. |