Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wwuck authored and arkq committed Jan 12, 2021
1 parent f148937 commit 0d87360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8_requirements/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def setup(**kw):
# mean "fatal error". This exception might occur if e.g.
# we have hijacked local setup() function (due to matching
# heuristic for function arguments). Anyway, we shall not
# break flake8 execution due to out eval() usage.
# break flake8 execution due to our eval() usage.
LOG.exception("Couldn't evaluate setup.py: %s", e)
self.redirected = False

Expand Down

0 comments on commit 0d87360

Please sign in to comment.