mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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
|
@ -1589,7 +1589,7 @@ PyDoc_STRVAR(csv_get_dialect_doc,
|
|||
|
||||
PyDoc_STRVAR(csv_register_dialect_doc,
|
||||
"Create a mapping from a string name to a dialect class.\n"
|
||||
" dialect = csv.register_dialect(name, dialect)");
|
||||
" dialect = csv.register_dialect(name[, dialect[, **fmtparams]])");
|
||||
|
||||
PyDoc_STRVAR(csv_unregister_dialect_doc,
|
||||
"Delete the name/dialect mapping associated with a string name.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue