bpo-33887: Add TOC to Design and History FAQ(GH-7766)

This commit is contained in:
Andrés Delfino 2018-06-23 15:27:16 -03:00 committed by Mariatta
parent 3d70f7aef6
commit 38cf49bf69

View file

@ -2,6 +2,11 @@
Design and History FAQ
======================
.. only:: html
.. contents::
Why does Python use indentation for grouping of statements?
-----------------------------------------------------------