We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df09b8e commit bb865a2Copy full SHA for bb865a2
Doc/faq/programming.rst
@@ -8,7 +8,7 @@ Programming FAQ
8
9
.. contents::
10
11
-General Questions
+General questions
12
=================
13
14
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
109
:pep:`8`.
110
111
112
-Core Language
+Core language
113
=============
114
115
.. _faq-unboundlocalerror:
@@ -1152,7 +1152,7 @@ a :class:`bytearray` object using in-place concatenation (the ``+=`` operator)::
1152
result += b
1153
1154
1155
-Sequences (Tuples/Lists)
+Sequences (tuples/lists)
1156
========================
1157
1158
How do I convert between tuples and lists?
0 commit comments