File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 16
16
quotation character (double quote) are the defaults. These can be changed in the constructor.
17
17
|
18
18
| The ``get_line()`` and ``get_line_dicts()`` methods return a list of rows.
19
- | Plain text file example:
19
+ |
20
+ | **Plain text file example:**
20
21
21
22
::
22
23
@@ -34,11 +35,11 @@ Usage
34
35
print l
35
36
36
37
| Optional arguments in the constructor:
37
- - ``endline_character`` - self-explanatory (default is endline character ``\\n``)
38
- - ``ignore_blank_lines`` - if set to ``True``, blank lines in the file will not be read or indexed (default is ``False``)
38
+ | - ``endline_character`` - self-explanatory (default is endline character ``\\n``)
39
+ | - ``ignore_blank_lines`` - if set to ``True``, blank lines in the file will not be read or indexed (default is ``False``)
39
40
40
41
|
41
- | Csv example:
42
+ | ** Csv example:**
42
43
43
44
::
44
45
You can’t perform that action at this time.
0 commit comments