From dac455f91e4ea1403880aa0e7f7a56a6e22df8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Sun, 17 Jun 2018 15:06:13 -0300 Subject: [PATCH] bpo-33887: Add TOC --- Doc/faq/design.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 5d8f3a56c01488..edc9c12aecfa89 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? -----------------------------------------------------------