[docs] Documentation Error
Joris Garonian
joris.garonian at gmail.com
Fri Sep 20 17:07:39 CEST 2013
Hello,
I'm reading the documentation.
There is a problem in this part:
http://docs.python.org/3/tutorial/introduction.html#strings
Code:
print("""\Usage: thingy [OPTIONS] -h
Display this usage message -H hostname Hostname to
connect to \""")
The following output (note that the initial and final newlines are not
included):
Usage: thingy [OPTIONS]
-h Display this usage message
-H hostname Hostname to connect to
As it has been written in the documention, it should have a new line at the
bottom.
Joris Garonian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130920/2880c86b/attachment-0001.html>
More information about the docs
mailing list