◐ Shell
clean mode source ↗

Issue 6211: [Tutorial] Section 4.7.2 has a wrong description of an example

Issue6211

Created on 2009-06-05 19:46 by cofi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
controlflow.patch cofi, 2009-06-05 19:46
Messages (2)
msg88969 - (view) Author: Michael Markert (cofi) Date: 2009-06-05 19:46
[Tutorial] Section 4.7.2 has a piece of example code which gives three
possibilities to call that function, but the description states that
there are only two possibilities.

Attached patch changes that and gives the third possibility of calling.
msg89009 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-06 17:50
Fixed in r73257.

Please respect the limit of 80 chars per line in future patches :)
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50460
2009-06-06 17:50:30georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg89009
2009-06-05 19:46:06coficreate