From 61af31e9b4c29be7d88d5a7ff75252bc9ab55253 Mon Sep 17 00:00:00 2001 From: Matt Carmody <33763384+mattcarmody@users.noreply.github.com> Date: Fri, 3 Apr 2020 22:13:05 +0000 Subject: Remove deprecated space escapes from docstrings (#202) --- pyparsing/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyparsing/helpers.py') diff --git a/pyparsing/helpers.py b/pyparsing/helpers.py index a7ca83d..d710d78 100644 --- a/pyparsing/helpers.py +++ b/pyparsing/helpers.py @@ -135,7 +135,7 @@ def matchPreviousExpr(expr): def oneOf(strs, caseless=False, useRegex=True, asKeyword=False): - """Helper to quickly define a set of alternative :class:`Literal`\ s, + """Helper to quickly define a set of alternative :class:`Literal` s, and makes sure to do longest-first testing when there is a conflict, regardless of the input order, but returns a :class:`MatchFirst` for best performance. -- cgit v1.2.1