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:
53
53
.. index ::
54
54
single: universal newlines; csv.reader function
55
55
56
- .. function :: reader(csvfile, dialect='excel', **fmtparams)
56
+ .. function :: reader(csvfile, /, dialect='excel', **fmtparams)
57
57
58
58
Return a :ref: `reader object <reader-objects >` that will process
59
59
lines from the given *csvfile *. A csvfile must be an iterable of
@@ -84,7 +84,7 @@ The :mod:`csv` module defines the following functions:
84
84
Spam, Lovely Spam, Wonderful Spam
85
85
86
86
87
- .. function :: writer(csvfile, dialect='excel', **fmtparams)
87
+ .. function :: writer(csvfile, /, dialect='excel', **fmtparams)
88
88
89
89
Return a writer object responsible for converting the user's data into delimited
90
90
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