Skip to content

Commit 4551a57

Browse files
committed
updated readme
1 parent 3bec9cb commit 4551a57

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Usage
3636

3737
| Optional arguments in the constructor:
3838
39-
- ``endline_character`` - self-explanatory (default is endline character ``\\n``)
39+
- ``endline_character`` - self-explanatory (default is endline character ``\n``)
4040
- ``ignore_blank_lines`` - if set to ``True``, blank lines in the file will not be read or indexed (default is ``False``)
4141

4242
|
@@ -59,8 +59,9 @@ Usage
5959
print x + " = " l[x]
6060

6161
| Optional arguments in the constructor:
62-
- ``endline_character`` - self-explanatory (default is endline character ``\\n``)
63-
- ``ignore_blank_lines`` - if set to ``True``, blank lines in the file will not be read or indexed (default is ``True``)
64-
- ``values_delimiter`` - character used by the csv to separate values within a line (default is ``,``)
65-
- ``quotechar`` - character used by the csv to surround values that contain the value delimiting character (default is ``"``)
66-
- ``ignore_corrupt`` - if set to ``True``, lines with an invalid length will return blank instead of raising an exception (default is ``False``)
62+
63+
- ``endline_character`` - self-explanatory (default is endline character ``\n``)
64+
- ``ignore_blank_lines`` - if set to ``True``, blank lines in the file will not be read or indexed (default is ``True``)
65+
- ``values_delimiter`` - character used by the csv to separate values within a line (default is ``,``)
66+
- ``quotechar`` - character used by the csv to surround values that contain the value delimiting character (default is ``"``)
67+
- ``ignore_corrupt`` - if set to ``True``, lines with an invalid length will return blank instead of raising an exception (default is ``False``)

0 commit comments

Comments
 (0)