Skip to content

Commit 2bc2a7a

Browse files
committed
updated readme
1 parent 950a47c commit 2bc2a7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Usage
1616
quotation character (double quote) are the defaults. These can be changed in the constructor.
1717
|
1818
| The ``get_line()`` and ``get_line_dicts()`` methods return a list of rows.
19-
| Plain text file example:
19+
|
20+
| **Plain text file example:**
2021
2122
::
2223

@@ -34,11 +35,11 @@ Usage
3435
print l
3536

3637
| 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``)
3940
4041
|
41-
| Csv example:
42+
| **Csv example:**
4243
4344
::
4445

0 commit comments

Comments
 (0)