<div dir="ltr"><div><div><div><div>Hello,<br></div><br></div>I'm reading the documentation.<br><br></div>There is a problem in this part:<br><a href="http://docs.python.org/3/tutorial/introduction.html#strings">http://docs.python.org/3/tutorial/introduction.html#strings</a><br>

<br></div><pre><span class="">Code:<br><br>print</span><span class="">(</span><span class="">"""</span><span class="">\</span>
<span class="">Usage: thingy [OPTIONS]</span>
<span class="">     -h                        Display this usage message</span>
<span class="">     -H hostname               Hostname to connect to</span><span style="background-color:rgb(255,217,102)"> \</span>
<span class="">"""</span><span class="">)<br><br></span></pre>The following output (note that the initial <span style="background-color:rgb(255,217,102)">and final newlines are</span> not included):
<div class=""><div class=""><pre>Usage: thingy [OPTIONS]
     -h                        Display this usage message
     -H hostname               Hostname to connect to
</pre><div><br></div><div>As it has been written in the documention, it should have a new line at the bottom.<br><br>Joris Garonian<br></div></div>
</div></div>