I read the example out of context and noticed it was a raw string. Please ignore the correction.<div><br><div class="gmail_quote">2012/9/6 Morten Beuchert <span dir="ltr"><<a href="mailto:mortenbeuchert@gmail.com" target="_blank">mortenbeuchert@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<div><br></div><div>I found a bug/typo in the Python Tutorial (version 2.7.3), Chapter 3.1.2. </div><div><br></div><div>
Quote:</div><div><pre><span style="background-color:rgb(255,153,255)"><span>hello</span> <span>=</span> <span><font color="#ff0000">r</font>"This is a rather long string containing\n</span><span>\</span>
<span>several lines of text much as you would do in C."</span>

<span>print</span> <span>hello</span></span></pre><pre><span>
<span style="font-family:arial;white-space:normal">Notice the character 'r'</span></span><span style="font-family:arial;white-space:normal"> that's not supposed to be there. </span></pre><pre><span>
<span style="font-family:arial;white-space:normal">Best regards, </span></span></pre><span class="HOEnZb"><font color="#888888"><pre><span><span style="font-family:arial;white-space:normal">Morten Beuchert</span>
</span></pre><pre><br></pre></font></span></div>
</blockquote></div><br></div>