From: Andrew M. Kuchling Date: Thu, 2 Jan 2003 13:42:32 +0000 (+0000) Subject: Fix an example X-Git-Tag: v2.3c1~2653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e86ad70722d5e825d1db309e18864e5aa47dbf1;p=thirdparty%2FPython%2Fcpython.git Fix an example --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index a0ad8932e79d..21330602a708 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -79,7 +79,6 @@ Set([]) >>> S1 & S2 # Alternative notation Set([]) >>> S1.union_update(S2) -Set([1, 2, 3, 4, 5, 6]) >>> S1 Set([1, 2, 3, 4, 5, 6]) >>> @@ -2015,7 +2014,7 @@ name. The author would like to thank the following people for offering suggestions, corrections and assistance with various drafts of this article: Simon Brunning, Michael Chermside, Scott David Daniels, -Fred~L. Drake, Jr., Raymond Hettinger, Michael Hudson, Detlef Lannert, +Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael Hudson, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre, Lalo Martins, Gustavo Niemeyer, Neal Norwitz, Chris Reedy, Vinay Sajip, Neil Schemenauer, Jason Tishler.