Skip to content

Commit

Permalink
Fix a typo: begining -> beginning (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and dstufft committed Oct 17, 2017
1 parent cf2af54 commit d2ed39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/specifiers.py
Expand Up @@ -198,7 +198,7 @@ def filter(self, iterable, prereleases=None):
(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
Expand Down

0 comments on commit d2ed39a

Please sign in to comment.