wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.

Home Page:https://csvkit.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update documentation to use the built-in function `next()`

LKirst opened this issue · comments

commented

Should the example in the documentation of csvpy use the built-in function next() instead of the reader.next() method because most users will be using Python 3?

>>> reader.next()

Good call - thanks!