summaryrefslogtreecommitdiff
path: root/setuptools/_vendor/pyparsing.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/_vendor/pyparsing.py')
-rw-r--r--setuptools/_vendor/pyparsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/_vendor/pyparsing.py b/setuptools/_vendor/pyparsing.py
index 4cae7883..cf75e1e5 100644
--- a/setuptools/_vendor/pyparsing.py
+++ b/setuptools/_vendor/pyparsing.py
@@ -1625,7 +1625,7 @@ class ParserElement(object):
(see L{I{parseWithTabs}<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::