From 3b87957adcf360dbbe7d1c0fa48e1295fb81900c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 14 Nov 2021 03:49:24 -0500 Subject: Update packaging to 21.2. Ref #2497. --- pkg_resources/_vendor/pyparsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources/_vendor/pyparsing.py') diff --git a/pkg_resources/_vendor/pyparsing.py b/pkg_resources/_vendor/pyparsing.py index 4cae7883..cf75e1e5 100644 --- a/pkg_resources/_vendor/pyparsing.py +++ b/pkg_resources/_vendor/pyparsing.py @@ -1625,7 +1625,7 @@ class ParserElement(object): (see L{I{parseWithTabs}}) - define your parse action using the full C{(s,loc,toks)} signature, and reference the input string using the parse action's C{s} argument - - explicitly expand the tabs in your input string before calling + - explictly expand the tabs in your input string before calling C{parseString} Example:: -- cgit v1.2.1