diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-01-02 13:42:32 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-01-02 13:42:32 (GMT) |
commit | 9e86ad70722d5e825d1db309e18864e5aa47dbf1 (patch) | |
tree | 0f49dcccb31279d0b75678e037031b72e1512ae5 | |
parent | 109ecbf7a52786df6114cfb678bd19e19102e076 (diff) | |
download | cpython-9e86ad70722d5e825d1db309e18864e5aa47dbf1.zip cpython-9e86ad70722d5e825d1db309e18864e5aa47dbf1.tar.gz cpython-9e86ad70722d5e825d1db309e18864e5aa47dbf1.tar.bz2 |
Fix an example
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index a0ad893..2133060 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. |