Skip to content

Commit 849cba3

Browse files
committed
Remove periods from Python section titles
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.
1 parent 27a9fec commit 849cba3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

gdb/doc/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018-09-10 Tom Tromey <tom@tromey.com>
2+
3+
* python.texi (Frames In Python, Blocks In Python)
4+
(Symbols In Python, Symbol Tables In Python)
5+
(Lazy Strings In Python): Remove periods from section titles.
6+
17
2018-09-10 Tom Tromey <tom@tromey.com>
28

39
* python.texi (Pretty Printing API): Swap sentence order.

gdb/doc/python.texi

+5-5
Original file line numberDiff line numberDiff line change
@@ -4223,7 +4223,7 @@ from a different place.
42234223
@end defun
42244224

42254225
@node Frames In Python
4226-
@subsubsection Accessing inferior stack frames from Python.
4226+
@subsubsection Accessing inferior stack frames from Python
42274227

42284228
@cindex frames in python
42294229
When the debugged program stops, @value{GDBN} is able to analyze its call
@@ -4425,7 +4425,7 @@ Stack}.
44254425
@end defun
44264426

44274427
@node Blocks In Python
4428-
@subsubsection Accessing blocks from Python.
4428+
@subsubsection Accessing blocks from Python
44294429

44304430
@cindex blocks in python
44314431
@tindex gdb.Block
@@ -4558,7 +4558,7 @@ writable.
45584558
@end defvar
45594559

45604560
@node Symbols In Python
4561-
@subsubsection Python representation of Symbols.
4561+
@subsubsection Python representation of Symbols
45624562

45634563
@cindex symbols in python
45644564
@tindex gdb.Symbol
@@ -4798,7 +4798,7 @@ The value's address is a computed location.
47984798
@end vtable
47994799

48004800
@node Symbol Tables In Python
4801-
@subsubsection Symbol table representation in Python.
4801+
@subsubsection Symbol table representation in Python
48024802

48034803
@cindex symbol tables in python
48044804
@tindex gdb.Symtab
@@ -5274,7 +5274,7 @@ is not writable.
52745274
@end defvar
52755275

52765276
@node Lazy Strings In Python
5277-
@subsubsection Python representation of lazy strings.
5277+
@subsubsection Python representation of lazy strings
52785278

52795279
@cindex lazy strings in python
52805280
@tindex gdb.LazyString

0 commit comments

Comments
 (0)