[New-bugs-announce] [issue1362] Simple mistake in http://docs.python.org/tut/node6.html

Dan M report at bugs.python.org
Tue Oct 30 01:56:54 CET 2007


New submission from Dan M:

In section 4.6 it says:
Writing the value None is normally suppressed by the interpreter if it
would be the only value written.

When it should say:
Writing the value None is normally displayed by the interpreter if it
would be the only value written.

Or less wordy:
The value None is (normally) displayed by the interpreter when it would
be the only value written.

----------
components: Documentation
messages: 56948
nosy: dmazz
severity: minor
status: open
title: Simple mistake in http://docs.python.org/tut/node6.html

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1362>
__________________________________


More information about the New-bugs-announce mailing list