diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-23 18:48:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-23 18:48:28 (GMT) |
commit | a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6 (patch) | |
tree | 77f16588e32a02285e3b99d62cce0cfc3726d6c3 | |
parent | 1094891b2e3eafef464819acd4cd04cfd2b59661 (diff) | |
download | cpython-a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6.zip cpython-a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6.tar.gz cpython-a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6.tar.bz2 |
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
(cherry picked from commit 38cf49bf695903ac7a8516bca6bbb6b32d935bb5)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
-rw-r--r-- | Doc/faq/design.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 1bd800b..dae0737 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? ----------------------------------------------------------- |