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

Skip to content

Commit ba887bb

Browse files
committed
Use simpler import
1 parent 38fc837 commit ba887bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ \section{PEP 305: Comma-separated Files \label{section-pep305}}
857857
\module{csv} package is much simpler:
858858

859859
\begin{verbatim}
860-
from csv import csv
860+
import csv
861861
862862
input = open('datafile', 'rb')
863863
reader = csv.reader(input)

0 commit comments

Comments
 (0)