diff options
| author | stepshal <nessento@openmailbox.org> | 2016-06-26 01:33:23 +0700 |
|---|---|---|
| committer | stepshal <nessento@openmailbox.org> | 2016-06-26 01:33:23 +0700 |
| commit | bba4b3975c834655df6e97f89ed099ab21594d1c (patch) | |
| tree | 634d4d11e8d96d6a89a9bef09c6c7a11ea21a144 /pkg_resources | |
| parent | ebf30b69931a41ab4ff709a38bd855b5777036d3 (diff) | |
| download | python-setuptools-git-bba4b3975c834655df6e97f89ed099ab21594d1c.tar.gz | |
Fix misspellings
Diffstat (limited to 'pkg_resources')
| -rw-r--r-- | pkg_resources/__init__.py | 2 | ||||
| -rw-r--r-- | pkg_resources/_vendor/packaging/specifiers.py | 2 | ||||
| -rw-r--r-- | pkg_resources/_vendor/pyparsing.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index 2eab8230..15cb93fd 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -1367,7 +1367,7 @@ def get_default_cache(): return os.path.join(dirname, 'Python-Eggs') else: raise RuntimeError( - "Please set the PYTHON_EGG_CACHE enviroment variable" + "Please set the PYTHON_EGG_CACHE environment variable" ) def safe_name(name): diff --git a/pkg_resources/_vendor/packaging/specifiers.py b/pkg_resources/_vendor/packaging/specifiers.py index 7f5a76cf..9b6353f0 100644 --- a/pkg_resources/_vendor/packaging/specifiers.py +++ b/pkg_resources/_vendor/packaging/specifiers.py @@ -198,7 +198,7 @@ class _IndividualSpecifier(BaseSpecifier): (prereleases or self.prereleases)): found_prereleases.append(version) # Either this is not a prerelease, or we should have been - # accepting prereleases from the begining. + # accepting prereleases from the beginning. else: yielded = True yield version 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()
|
