summaryrefslogtreecommitdiff
path: root/pyparsing/util.py
diff options
context:
space:
mode:
authorMatt Carmody <33763384+mattcarmody@users.noreply.github.com>2020-03-29 20:14:56 +0000
committerGitHub <noreply@github.com>2020-03-29 15:14:56 -0500
commit96fe2688898c1846ea97e2039659b98ed6f71e4e (patch)
tree00dfca9a93defb22687ae2d2a44664347cdceed8 /pyparsing/util.py
parent963a6245194692440dc3396b254925738405531f (diff)
downloadpyparsing-git-96fe2688898c1846ea97e2039659b98ed6f71e4e.tar.gz
Docstring formatting changes (#197)
* Tidy docstring formatting for lists and example codeblock * Add class references and formatting to docstrings * Experimental docstring formatting changes
Diffstat (limited to 'pyparsing/util.py')
-rw-r--r--pyparsing/util.py4
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.
"""