[New-bugs-announce] [issue2731] Documentation error on prime example in tutorial

Gerald Schlüter report at bugs.python.org
Thu May 1 18:08:51 CEST 2008


New submission from Gerald Schlüter <gls at trillke.net>:

Hi there,

on the page "controlflow.html" in chapter "break and continue 
Statements..." the line:

print(n, 'equals', x, '*', n/x)
should be changed to:
print(n, 'equals', x, '*', n//x)
or else the shown output should be modified.

Thank you,
Gerry

----------
assignee: georg.brandl
components: Documentation
messages: 66034
nosy: georg.brandl, gls
severity: normal
status: open
title: Documentation error on prime example in tutorial
versions: Python 3.0

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


More information about the New-bugs-announce mailing list