<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi, guys,<br>
    &nbsp;&nbsp;&nbsp; I'm only starting out with Python, and the docs are a great
    help. Congrats on an excelent work!<br>
    Found a bug though: in
    <a class="moz-txt-link-rfc2396E" href="http://docs.python.org/tutorial/modules.html">&lt;http://docs.python.org/tutorial/modules.html&gt;</a> there's a
    footnote that reads:<br>
    <br>
    In fact function definitions are also &#8216;statements&#8217; that are
    &#8216;executed&#8217;; the execution of a module-level function enters the
    function name in the module&#8217;s global symbol table.<br>
    <br>
    It seems to me it should be:<br>
    <br>
    In fact function definitions are also &#8216;statements&#8217; that are
    &#8216;executed&#8217;; the execution of a module-level function <font
      color="#ff0000"><b>definition</b> </font>enters the function name
    in the module&#8217;s global symbol table.<br>
    <br>
    Congrats again! Regards:<br>
    <br>
    &nbsp;&nbsp;&nbsp; Wences<br>
  </body>
</html>