<!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>
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"><http://docs.python.org/tutorial/modules.html></a> there's a
footnote that reads:<br>
<br>
In fact function definitions are also ‘statements’ that are
‘executed’; the execution of a module-level function enters the
function name in the module’s global symbol table.<br>
<br>
It seems to me it should be:<br>
<br>
In fact function definitions are also ‘statements’ that are
‘executed’; the execution of a module-level function <font
color="#ff0000"><b>definition</b> </font>enters the function name
in the module’s global symbol table.<br>
<br>
Congrats again! Regards:<br>
<br>
Wences<br>
</body>
</html>