Skip to content

Commit 94462d3

Browse files
committed
Fix gh-103 mistake in csv doc
1 parent b0f6e99 commit 94462d3

File tree

1 file changed

+1
-1
lines changed
  • sphinx/reference/reference_lua

1 file changed

+1
-1
lines changed

sphinx/reference/reference_lua/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The possible options which can be passed to csv functions are:
2525

2626
* :samp:`delimiter = {string}` -- single-byte character to designate end-of-field, default = comma
2727
* :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
2929
* :samp:`skip_head_lines = {number}` -- number of lines to skip at the start (usually for a header), default 0
3030

3131
.. _csv-load:

0 commit comments

Comments
 (0)