<div>Hi,</div><div>I'm quite new to Python, so I am not sure, but I think there is a trivial mispelling in:</div><div><br></div><div><a href="http://docs.python.org/3.3/library/random.html#module-random">http://docs.python.org/3.3/library/random.html#module-random</a></div>
<div><br><div>where</div><div><br></div><div><dt id="random.randint" style="color:rgb(34,34,34);font-family:'Lucida Grande',Arial,sans-serif;font-size:16px;background-color:rgb(255,255,255)"><tt class="descclassname" style="background-color:transparent;padding:0px 1px;font-size:15px;font-family:monospace,sans-serif;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">random.</tt><tt class="descname" style="background-color:transparent;padding:0px 1px;font-size:19px;font-family:monospace,sans-serif;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">randint</tt><big>(</big><em>a</em>, <em>b</em><big>)</big><a class="headerlink" href="http://docs.python.org/3.3/library/random.html#random.randint" title="Permalink to this definition" style="color:rgb(48,48,111);text-decoration:initial;font-size:0.8em;padding:0px 4px"></a></dt>
<dd style="margin-top:3px;margin-bottom:10px;margin-left:30px;text-align:justify;background-color:rgb(255,255,255)"><p style="color:rgb(34,34,34);font-family:'Lucida Grande',Arial,sans-serif;font-size:16px;line-height:22px;margin-top:0px">
Return a random integer <em>N</em> such that <tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;font-size:15px;font-family:monospace,sans-serif;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><span class="pre">a</span> <span class="pre"><=</span> <span class="pre">N</span> <span class="pre"><=</span> <span class="pre">b</span></tt>. Alias for <tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;font-size:15px;font-family:monospace,sans-serif;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><span class="pre">randrange(a,</span> <span class="pre">b+1)</span></tt></p>
<p style="text-align:left;margin-top:0px">should be </p><p style="margin-top:0px"><tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><span class="pre"></span></tt></p>
<div style="color:rgb(0,0,0);font-family:arial;font-size:small;line-height:normal;text-align:start"><tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><br>
</tt></div><div style="text-align:start"></div></dd><dt id="random.randint" style="color:rgb(34,34,34);font-family:'Lucida Grande',Arial,sans-serif;font-size:16px;line-height:normal;background-color:rgb(255,255,255)">
<tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><tt class="descclassname" style="background-color:transparent;padding:0px 1px;font-size:15px;font-family:monospace,sans-serif;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">random.</tt><tt class="descname" style="background-color:transparent;padding:0px 1px;font-size:19px;font-family:monospace,sans-serif;font-weight:bold;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">randint</tt><big>(</big><em>a</em>, <em>b</em><big>)</big><a class="headerlink" href="http://docs.python.org/3.3/library/random.html#random.randint" title="Permalink to this definition" style="color:rgb(48,48,111);text-decoration:initial;font-size:0.8em;padding:0px 4px"></a></tt></dt>
<dd style="margin-top:3px;margin-bottom:10px;margin-left:30px;text-align:justify;background-color:rgb(255,255,255)"><p style="color:rgb(34,34,34);font-family:'Lucida Grande',Arial,sans-serif;font-size:16px;line-height:22px;margin-top:0px">
<tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">Return a random integer <em>N</em> such that <tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;font-size:15px;font-family:monospace,sans-serif;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><span class="pre">a</span> <span class="pre"><=</span> <span class="pre">N</span> <span class="pre"><=</span> <span class="pre">b</span></tt>. Alias for <tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;font-size:15px;font-family:monospace,sans-serif;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><span class="pre">randrange(a,</span> <span class="pre"><b>b, 1)</b></span></tt></tt></p>
<p style="text-align:start;margin-top:0px"><tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><font face="arial">Hope this helps, otherwise forgive me for this mail.</font></tt></p>
<p style="text-align:start;margin-top:0px"><tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><font face="arial"><br>
</font></tt></p><p style="text-align:start;margin-top:0px"><tt class="docutils literal" style="background-color:rgb(236,240,243);padding:0px 1px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px"><font face="arial">Pierpaolo</font></tt></p>
</dd></div><p></p></div>