diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-03 12:21:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-03 12:21:07 -0400 |
commit | fd01aba56e1ab8658d5bda3e08556d8f7120b1bc (patch) | |
tree | cd03b757d0a45b8bd951db440d5d8a5d1154d66d /pkg_resources/_vendor/pyparsing.py | |
parent | 6be486070f5badd8e8d954977cc673714256568f (diff) | |
parent | bba4b3975c834655df6e97f89ed099ab21594d1c (diff) | |
download | external_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.py | 2 |
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()
|