New submission from Malte Helmert <helmert@informatik.uni-freiburg.de>:
From Section 3.1.2 of the tutorial:
print(""" Usage: thingy [OPTIONS] -h Display this usage message -H hostname Hostname to connect to """) produces the following output: _____________________________________________________________ Usage: thingy [OPTIONS] -h Display this usage message -H hostname Hostname to connect to _____________________________________________________________ That doesn't quite match the behaviour: there should be an extra blank line prepended to the output. ---------- assignee: docs@python components: Documentation messages: 120364 nosy: docs@python, maltehelmert priority: normal severity: normal status: open title: error in tutorial triple-string example versions: Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10304> _______________________________________