Skip to content

Commit bb865a2

Browse files
committed
Use sentence case for headers
1 parent df09b8e commit bb865a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/faq/programming.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Programming FAQ
88

99
.. contents::
1010

11-
General Questions
11+
General questions
1212
=================
1313

1414
Is there a source code level debugger with breakpoints, single-stepping, etc.?
@@ -109,7 +109,7 @@ Yes. The coding style required for standard library modules is documented as
109109
:pep:`8`.
110110

111111

112-
Core Language
112+
Core language
113113
=============
114114

115115
.. _faq-unboundlocalerror:
@@ -1152,7 +1152,7 @@ a :class:`bytearray` object using in-place concatenation (the ``+=`` operator)::
11521152
result += b
11531153

11541154

1155-
Sequences (Tuples/Lists)
1155+
Sequences (tuples/lists)
11561156
========================
11571157

11581158
How do I convert between tuples and lists?

0 commit comments

Comments
 (0)