aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/_vendor/pyparsing.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 01:33:23 +0700
committerstepshal <nessento@openmailbox.org>2016-06-26 01:33:23 +0700
commitbba4b3975c834655df6e97f89ed099ab21594d1c (patch)
tree634d4d11e8d96d6a89a9bef09c6c7a11ea21a144 /pkg_resources/_vendor/pyparsing.py
parentebf30b69931a41ab4ff709a38bd855b5777036d3 (diff)
downloadexternal_python_setuptools-bba4b3975c834655df6e97f89ed099ab21594d1c.tar.gz
external_python_setuptools-bba4b3975c834655df6e97f89ed099ab21594d1c.tar.bz2
external_python_setuptools-bba4b3975c834655df6e97f89ed099ab21594d1c.zip
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()