Skip to content

Commit

Permalink
Merge pull request #557 from pwoolvett/flat-a
Browse files Browse the repository at this point in the history
replace 'then' with 'than'
  • Loading branch information
lukehinds committed Jan 7, 2020
2 parents 9b4cf91 + b1411bf commit d5f8fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bandit/blacklists/calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
The input method in Python 2 will read from standard input, evaluate and
run the resulting string as python source code. This is similar, though in
many ways worse, then using eval. On Python 2, use raw_input instead, input
many ways worse, than using eval. On Python 2, use raw_input instead, input
is safe in Python 3.
+------+---------------------+------------------------------------+-----------+
Expand Down Expand Up @@ -547,7 +547,7 @@ def gen_blacklist():
'input', 'B322', ['input'],
'The input method in Python 2 will read from standard input, '
'evaluate and run the resulting string as python source code. This '
'is similar, though in many ways worse, then using eval. On Python '
'is similar, though in many ways worse, than using eval. On Python '
'2, use raw_input instead, input is safe in Python 3.',
'HIGH'
))
Expand Down

0 comments on commit d5f8fa0

Please sign in to comment.