Remove periods from Python section titles
authorTom Tromey <tom@tromey.com>
Sat, 8 Sep 2018 20:00:48 +0000 (14:00 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Sep 2018 13:44:29 +0000 (07:44 -0600)
This removes the remaining trailing periods from the Python section
titles.  I thought these looked weird and I don't this is generally
done in the gdb documentation.

gdb/doc/ChangeLog
2018-09-10  Tom Tromey  <tom@tromey.com>

* python.texi (Frames In Python, Blocks In Python)
(Symbols In Python, Symbol Tables In Python)
(Lazy Strings In Python): Remove periods from section titles.

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

index 8a1341cdf45b3f73d352e63bf24ba0dab1c82bfe..04e8250894be8703049b271283ee6aa2ffd9af9c 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Frames In Python, Blocks In Python)
+       (Symbols In Python, Symbol Tables In Python)
+       (Lazy Strings In Python): Remove periods from section titles.
+
 2018-09-10  Tom Tromey  <tom@tromey.com>
 
        * python.texi (Pretty Printing API): Swap sentence order.
index 545e0c341de552488130ebcacf5d91a0158ff424..5e2ab76d2bc8a6c0c1c176d234065e5d664890b8 100644 (file)
@@ -4223,7 +4223,7 @@ from a different place.
 @end defun
 
 @node Frames In Python
-@subsubsection Accessing inferior stack frames from Python.
+@subsubsection Accessing inferior stack frames from Python
 
 @cindex frames in python
 When the debugged program stops, @value{GDBN} is able to analyze its call
@@ -4425,7 +4425,7 @@ Stack}.
 @end defun
 
 @node Blocks In Python
-@subsubsection Accessing blocks from Python.
+@subsubsection Accessing blocks from Python
 
 @cindex blocks in python
 @tindex gdb.Block
@@ -4558,7 +4558,7 @@ writable.
 @end defvar
 
 @node Symbols In Python
-@subsubsection Python representation of Symbols.
+@subsubsection Python representation of Symbols
 
 @cindex symbols in python
 @tindex gdb.Symbol
@@ -4798,7 +4798,7 @@ The value's address is a computed location.
 @end vtable
 
 @node Symbol Tables In Python
-@subsubsection Symbol table representation in Python.
+@subsubsection Symbol table representation in Python
 
 @cindex symbol tables in python
 @tindex gdb.Symtab
@@ -5274,7 +5274,7 @@ is not writable.
 @end defvar
 
 @node Lazy Strings In Python
-@subsubsection Python representation of lazy strings.
+@subsubsection Python representation of lazy strings
 
 @cindex lazy strings in python
 @tindex gdb.LazyString