summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-06-23 18:27:16 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2018-06-23 18:27:16 (GMT)
commit38cf49bf695903ac7a8516bca6bbb6b32d935bb5 (patch)
tree5192e32a0196ad95ea27f66cbae3324db218fdb1 /Doc/faq
parent3d70f7aef614c396f516b5fccedeebe98598714d (diff)
downloadcpython-38cf49bf695903ac7a8516bca6bbb6b32d935bb5.zip
cpython-38cf49bf695903ac7a8516bca6bbb6b32d935bb5.tar.gz
cpython-38cf49bf695903ac7a8516bca6bbb6b32d935bb5.tar.bz2
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/design.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index 5d8f3a5..edc9c12 100644
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -2,6 +2,11 @@
Design and History FAQ
======================
+.. only:: html
+
+ .. contents::
+
+
Why does Python use indentation for grouping of statements?
-----------------------------------------------------------