From 96fe2688898c1846ea97e2039659b98ed6f71e4e Mon Sep 17 00:00:00 2001 From: Matt Carmody <33763384+mattcarmody@users.noreply.github.com> Date: Sun, 29 Mar 2020 20:14:56 +0000 Subject: Docstring formatting changes (#197) * Tidy docstring formatting for lists and example codeblock * Add class references and formatting to docstrings * Experimental docstring formatting changes --- pyparsing/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyparsing/util.py') 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 ```` s, and suggested + information on parsing strings containing ````\ 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 ```` s, and + for more information on parsing strings containing ````\ 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. """ -- cgit v1.2.1