We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f6e99 commit 94462d3Copy full SHA for 94462d3
sphinx/reference/reference_lua/csv.rst
@@ -25,7 +25,7 @@ The possible options which can be passed to csv functions are:
25
26
* :samp:`delimiter = {string}` -- single-byte character to designate end-of-field, default = comma
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
+* :samp:`chunk_size = {number}` -- number of characters to read at once (usually for file-IO efficiency), default = 4096
29
* :samp:`skip_head_lines = {number}` -- number of lines to skip at the start (usually for a header), default 0
30
31
.. _csv-load:
0 commit comments