New submission from Michael Markert :
There is a `print` statement in line 225 of introduction.rst instead of
a print function, rendering the snippet buggy in Python3.
--
assignee: georg.brandl
components: Documentation
messages: 93132
nosy: cofi, georg.brandl
severity: normal
status
New submission from Michael Markert :
[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
New submission from Michael Markert :
In section 4.6 there is described that classes will be explained later
on. I think a real reference would be more appropriate.
See attached patch.
--
assignee: georg.brandl
components: Documentation
files: controlflow.rst.patch
keywords: patch
New submission from Michael Markert :
Lines 242 - 246 of `introduction.rst` are the exact duplicate of 202 -
206 in the same file. 246+247 resemble 206+207.
The attached patch deletes the second notion.
--
assignee: georg.brandl
components: Documentation
files: introduction.rst.patch