Georg Brandl added the comment:

No, the text is correct, but the example is misleading -- I now changed
it to

>>> fib(0)
>>> print fib(0)
None

which should make the difference between using and not using print clearer.

----------
nosy: +georg.brandl

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1362>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to