diff options
Diffstat (limited to 'pyparsing/util.py')
-rw-r--r-- | pyparsing/util.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyparsing/util.py b/pyparsing/util.py index 0992075..a80a6d3 100644 --- a/pyparsing/util.py +++ b/pyparsing/util.py @@ -43,7 +43,7 @@ def col(loc, strg): Note: the default parsing behavior is to expand tabs in the input string before starting the parsing process. See :class:`ParserElement.parseString` for more - information on parsing strings containing ``<TAB>`` s, and suggested + information on parsing strings containing ``<TAB>``\ s, and suggested methods to maintain a consistent view of the parsed string, the parse location, and line and column positions within the parsed string. """ @@ -57,7 +57,7 @@ def lineno(loc, strg): Note - the default parsing behavior is to expand tabs in the input string before starting the parsing process. See :class:`ParserElement.parseString` - for more information on parsing strings containing ``<TAB>`` s, and + for more information on parsing strings containing ``<TAB>``\ s, and suggested methods to maintain a consistent view of the parsed string, the parse location, and line and column positions within the parsed string. """ |