mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
docstring tweak
This commit is contained in:
parent
e510bd16ea
commit
4aaaa49bac
1 changed files with 1 additions and 1 deletions
|
|
@ -1495,7 +1495,7 @@ PyDoc_STRVAR(csv_reader_doc,
|
|||
PyDoc_STRVAR(csv_writer_doc,
|
||||
" csv_writer = csv.writer(fileobj [, dialect='excel']\n"
|
||||
" [optional keyword args])\n"
|
||||
" for row in csv_writer:\n"
|
||||
" for row in sequence:\n"
|
||||
" csv_writer.writerow(row)\n"
|
||||
"\n"
|
||||
" [or]\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue