Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e86ad7

Browse files
committed
Fix an example
1 parent 109ecbf commit 9e86ad7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ \section{PEP 218: A Standard Set Datatype}
7979
>>> S1 & S2 # Alternative notation
8080
Set([])
8181
>>> S1.union_update(S2)
82-
Set([1, 2, 3, 4, 5, 6])
8382
>>> S1
8483
Set([1, 2, 3, 4, 5, 6])
8584
>>>
@@ -2015,7 +2014,7 @@ \section{Acknowledgements \label{acks}}
20152014
The author would like to thank the following people for offering
20162015
suggestions, corrections and assistance with various drafts of this
20172016
article: Simon Brunning, Michael Chermside, Scott David Daniels,
2018-
Fred~L. Drake, Jr., Raymond Hettinger, Michael Hudson, Detlef Lannert,
2017+
Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael Hudson, Detlef Lannert,
20192018
Martin von L\"owis, Andrew MacIntyre, Lalo Martins, Gustavo Niemeyer,
20202019
Neal Norwitz, Chris Reedy, Vinay Sajip, Neil Schemenauer, Jason
20212020
Tishler.

0 commit comments

Comments
 (0)