Update docs

This commit is contained in:
Vinayak Mehta
2018-09-23 14:04:21 +05:30
parent 959a252aa3
commit a70befe528
13 changed files with 93 additions and 121 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ logger = setup_logging(__name__)
class Lattice(BaseParser):
"""Lattice method of parsing looks for lines between text
to generate table.
to parse table.
Parameters
----------
+1 -1
View File
@@ -16,7 +16,7 @@ logger = setup_logging(__name__)
class Stream(BaseParser):
"""Stream method of parsing looks for spaces between text
to generate table.
to parse table.
If you want to specify columns when specifying multiple table
areas, make sure that the length of both lists are equal.