[Python-checkins] r66231 - python/trunk/Doc/whatsnew/2.6.rst

andrew.kuchling python-checkins at python.org
Fri Sep 5 17:15:56 CEST 2008


Author: andrew.kuchling
Date: Fri Sep 5 17:15:56 2008
New Revision: 66231
Log:
#3671: Typo fix
Modified:
 python/trunk/Doc/whatsnew/2.6.rst
Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Fri Sep 5 17:15:56 2008
@@ -2036,7 +2036,7 @@
 
 With two iterables, *2N*-tuples are returned. ::
 
- itertools(product([1,2], [3,4], repeat=2) ->
+ itertools.product([1,2], [3,4], repeat=2) ->
 [(1, 3, 1, 3), (1, 3, 1, 4), (1, 3, 2, 3), (1, 3, 2, 4),
 (1, 4, 1, 3), (1, 4, 1, 4), (1, 4, 2, 3), (1, 4, 2, 4),
 (2, 3, 1, 3), (2, 3, 1, 4), (2, 3, 2, 3), (2, 3, 2, 4),
@@ -3212,7 +3212,8 @@
 Acknowledgements
 ================
 
-The author would like to thank the following people for offering suggestions,
-corrections and assistance with various drafts of this article:
-Georg Brandl, Steve Brown, Nick Coghlan, Jim Jewett, Kent Johnson, Antoine Pitrou.
+The author would like to thank the following people for offering
+suggestions, corrections and assistance with various drafts of this
+article: Georg Brandl, Steve Brown, Nick Coghlan, Jim Jewett, Kent
+Johnson, Chris Lambacher, Antoine Pitrou.
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /