Gentlemen and/or Ladies

csv - CSV File Reading and Writing (at least in 3.8.5 doc)

Under reader objects, the line

 "csvreader.__next__()"

I believer should read:

"csv.reader(f).__next__()" where f is the designation of a with open file

or, propagating the assumptions of the examples below the read/write objects,

i.e., "reader = csv.reader(f)", it could be

"reader.__next__()

I believe this would also apply to the next seven syntax statements.

Thanks,

John Oakey

john@johnoakey.com

www.wikipython.com