Skip to content

Commit

Permalink
Typo fixed (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Mar 2, 2021
1 parent 320a305 commit a71c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/specifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def filter(

if self.contains(parsed_version, **kw):
# If our version is a prerelease, and we were not set to allow
# prereleases, then we'll store it for later incase nothing
# prereleases, then we'll store it for later in case nothing
# else matches this specifier.
if parsed_version.is_prerelease and not (
prereleases or self.prereleases
Expand Down

0 comments on commit a71c833

Please sign in to comment.