diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-23 15:27:16 -0300 |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-06-23 11:27:16 -0700 |
commit | 38cf49bf695903ac7a8516bca6bbb6b32d935bb5 (patch) | |
tree | 5192e32a0196ad95ea27f66cbae3324db218fdb1 /Doc/faq | |
parent | bpo-33805: Improve error message of dataclasses.replace() (GH-7580) (diff) | |
download | cpython-38cf49bf695903ac7a8516bca6bbb6b32d935bb5.tar.gz cpython-38cf49bf695903ac7a8516bca6bbb6b32d935bb5.tar.bz2 cpython-38cf49bf695903ac7a8516bca6bbb6b32d935bb5.zip |
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
Diffstat (limited to 'Doc/faq')
-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 5d8f3a56c01..edc9c12aecf 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? ----------------------------------------------------------- |