diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 1bd800b1a81bab..dae0737628fefb 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? -----------------------------------------------------------