From bba4b3975c834655df6e97f89ed099ab21594d1c Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 26 Jun 2016 01:33:23 +0700 Subject: Fix misspellings --- pkg_resources/_vendor/packaging/specifiers.py | 2 +- pkg_resources/_vendor/pyparsing.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg_resources/_vendor') 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}}) - 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() -- cgit v1.2.1