Remove versionadded from the tutorial, at a location where it produces more questions than it answers.

This commit is contained in:
Georg Brandl 2012-11-15 07:10:27 +01:00
parent 080123119d
commit 526b553608
1 changed files with 0 additions and 2 deletions

View File

@ -229,8 +229,6 @@ Don't use this example's definition of :func:`sum`: since summing numbers is
such a common need, a built-in function ``sum(sequence)`` is already provided,
and works exactly like this.
.. versionadded:: 2.3
List Comprehensions
-------------------