From bba4b3975c834655df6e97f89ed099ab21594d1c Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 26 Jun 2016 01:33:23 +0700 Subject: Fix misspellings --- 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 3e02dbee..2284cadc 100644 --- a/pkg_resources/_vendor/pyparsing.py +++ b/pkg_resources/_vendor/pyparsing.py @@ -1112,7 +1112,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 - - explictly expand the tabs in your input string before calling + - explicitly expand the tabs in your input string before calling C{parseString} """ ParserElement.resetCache() -- cgit v1.2.1