We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6280a25 commit bf7495bCopy full SHA for bf7495b
Doc/library/csv.rst
@@ -113,7 +113,7 @@ The :mod:`csv` module defines the following functions:
113
spamwriter.writerow(['Spam', 'Lovely Spam', 'Wonderful Spam'])
114
115
116
-.. function:: register_dialect(name, /, dialect='excell', **fmtparams)
+.. function:: register_dialect(name, /, dialect='excel', **fmtparams)
117
118
Associate *dialect* with *name*. *name* must be a string. The
119
dialect can be specified either by passing a sub-class of :class:`Dialect`, or
0 commit comments