File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The :mod:`csv` module defines the following functions:
5353.. index ::
5454 single: universal newlines; csv.reader function
5555
56- .. function :: reader(csvfile, dialect='excel', **fmtparams)
56+ .. function :: reader(csvfile, /, dialect='excel', **fmtparams)
5757
5858 Return a :ref: `reader object <reader-objects >` that will process
5959 lines from the given *csvfile *. A csvfile must be an iterable of
@@ -84,7 +84,7 @@ The :mod:`csv` module defines the following functions:
8484 Spam, Lovely Spam, Wonderful Spam
8585
8686
87- .. function :: writer(csvfile, dialect='excel', **fmtparams)
87+ .. function :: writer(csvfile, /, dialect='excel', **fmtparams)
8888
8989 Return a writer object responsible for converting the user's data into delimited
9090 strings on the given file-like object. *csvfile * can be any object with a
You can’t perform that action at this time.
0 commit comments