From a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 23 Jun 2018 11:48:28 -0700 Subject: [PATCH] bpo-33887: Add TOC to Design and History FAQ(GH-7766) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit 38cf49bf695903ac7a8516bca6bbb6b32d935bb5) 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 1bd800b1a8..dae0737628 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