commit | 38cf49bf695903ac7a8516bca6bbb6b32d935bb5 | [log] [tgz] |
---|---|---|
author | Andrés Delfino <adelfino@gmail.com> | Sat Jun 23 15:27:16 2018 -0300 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Sat Jun 23 11:27:16 2018 -0700 |
tree | 5192e32a0196ad95ea27f66cbae3324db218fdb1 | |
parent | 3d70f7aef614c396f516b5fccedeebe98598714d [diff] |
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 5d8f3a5..edc9c12 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? -----------------------------------------------------------