]> granicus.if.org Git - python/commitdiff
Remove versionadded from the tutorial, at a location where it produces more questions...
authorGeorg Brandl <georg@python.org>
Thu, 15 Nov 2012 06:10:27 +0000 (07:10 +0100)
committerGeorg Brandl <georg@python.org>
Thu, 15 Nov 2012 06:10:27 +0000 (07:10 +0100)
Doc/tutorial/datastructures.rst

index 88ab372960286b17c615a8815c2890b3cf9c5a48..a2edca183db8e35d76d03175d741f74c4d5eab4a 100644 (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
 -------------------