Hi, I found a bug/typo in the Python Tutorial (version 2.7.3), Chapter 3.1.2. Quote: hello = r"This is a rather long string containing\n\several lines of text much as you would do in C." print hello Notice the character 'r' that's not supposed to be there. Best regards, Morten Beuchert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/docs/attachments/20120906/b71c98c9/attachment-0001.html>