From 38cf49bf695903ac7a8516bca6bbb6b32d935bb5 Mon Sep 17 00:00:00 2001 From: =?utf8?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) --- Doc/faq/design.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 5d8f3a56c0..edc9c12aec 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? ----------------------------------------------------------- -- 2.40.0