mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Initial patch by Brandon Milam.
This commit is contained in:
parent
25587742f6
commit
12b50ce4cb
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ The :mod:`csv` module defines the following functions:
|
|||
spamwriter.writerow(['Spam', 'Lovely Spam', 'Wonderful Spam'])
|
||||
|
||||
|
||||
.. function:: register_dialect(name[, dialect], **fmtparams)
|
||||
.. function:: register_dialect(name[, dialect[, **fmtparams]])
|
||||
|
||||
Associate *dialect* with *name*. *name* must be a string. The
|
||||
dialect can be specified either by passing a sub-class of :class:`Dialect`, or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue