File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sphinx/reference/reference_lua Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The possible options which can be passed to csv functions are:
25
25
26
26
* :samp: `delimiter = { string } ` -- single-byte character to designate end-of-field, default = comma
27
27
* :samp: `quote_char = { string } ` -- single-byte character to designate encloser of string, default = quote mark
28
- * :samp: `chunk-size = { number } ` -- number of characters to read at once (usually for file-IO efficiency), default = 4096
28
+ * :samp: `chunk_size = { number } ` -- number of characters to read at once (usually for file-IO efficiency), default = 4096
29
29
* :samp: `skip_head_lines = { number } ` -- number of lines to skip at the start (usually for a header), default 0
30
30
31
31
.. _csv-load :
You can’t perform that action at this time.
0 commit comments