summaryrefslogtreecommitdiff
path: root/pkg_resources/_vendor
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
parentebf30b69931a41ab4ff709a38bd855b5777036d3 (diff)
downloadpython-setuptools-git-bba4b3975c834655df6e97f89ed099ab21594d1c.tar.gz
Fix misspellings
Diffstat (limited to 'pkg_resources/_vendor')
-rw-r--r--pkg_resources/_vendor/packaging/specifiers.py2
-rw-r--r--pkg_resources/_vendor/pyparsing.py2
2 files changed, 2 insertions, 2 deletions
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()