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 class="n">hello</span> <span class="o">=</span> <span class="s"><font color="#ff0000">r</font>"This is a rather long string containing\n</span><span class="se">\</span>
<span class="s">several lines of text much as you would do in C."</span>

<span class="k">print</span> <span class="n">hello</span></span></pre><pre><span class="n">
<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 class="n">
<span style="font-family:arial;white-space:normal">Best regards, </span></span></pre><pre><span class="n"><span style="font-family:arial;white-space:normal">Morten Beuchert</span>
</span></pre><pre><br></pre></div>