From 96f61d58a32520c62d02d22ef43a98c815e8075e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Sat, 23 Jun 2018 15:27:16 -0300 Subject: [PATCH] bpo-33887: Add TOC to Design and History FAQ(GH-7766) (cherry picked from commit 38cf49bf695903ac7a8516bca6bbb6b32d935bb5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andrés Delfino --- 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? -----------------------------------------------------------