aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/_vendor/pyparsing.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-03 12:21:07 -0400
committerGitHub <noreply@github.com>2016-07-03 12:21:07 -0400
commitfd01aba56e1ab8658d5bda3e08556d8f7120b1bc (patch)
treecd03b757d0a45b8bd951db440d5d8a5d1154d66d /pkg_resources/_vendor/pyparsing.py
parent6be486070f5badd8e8d954977cc673714256568f (diff)
parentbba4b3975c834655df6e97f89ed099ab21594d1c (diff)
downloadexternal_python_setuptools-fd01aba56e1ab8658d5bda3e08556d8f7120b1bc.tar.gz
external_python_setuptools-fd01aba56e1ab8658d5bda3e08556d8f7120b1bc.tar.bz2
external_python_setuptools-fd01aba56e1ab8658d5bda3e08556d8f7120b1bc.zip
Merge pull request #621 from stepshal/misspellings
Fix misspellings
Diffstat (limited to 'pkg_resources/_vendor/pyparsing.py')
-rw-r--r--pkg_resources/_vendor/pyparsing.py2
1 files changed, 1 insertions, 1 deletions
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}<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()