diff options
author | Georg Brandl <georg@python.org> | 2013-03-28 12:35:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-28 12:35:18 (GMT) |
commit | 75da35747eabe6f9e0d3158d4f367332155627d9 (patch) | |
tree | 6efc517364cabad7706a2fbf0bcd62e14e9f2c38 /Doc/faq/programming.rst | |
parent | 75207abff9239a68dbbe6ca0e22a45f01b93a847 (diff) | |
parent | 44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff) | |
download | cpython-75da35747eabe6f9e0d3158d4f367332155627d9.zip cpython-75da35747eabe6f9e0d3158d4f367332155627d9.tar.gz cpython-75da35747eabe6f9e0d3158d4f367332155627d9.tar.bz2 |
Backport rev. 3ae74b361f53 to 2.7 branch.
Diffstat (limited to 'Doc/faq/programming.rst')
-rw-r--r-- | Doc/faq/programming.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index f7ea25a..2352db8 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst @@ -4,7 +4,9 @@ Programming FAQ =============== -.. contents:: +.. only:: html + + .. contents:: General Questions ================= |