Skip to content

Commit

Permalink
Merge pull request #524 from YipingRuan/Fix-spelling
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
jonasrauber committed Mar 22, 2020
2 parents fa82566 + 844eb18 commit 56032e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foolbox/attacks/binarization.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BinarizationRefinementAttack(FlexibleDistanceMinimizationAttack):
the clean input or to the right side of the threshold.
Args:
threshold : The treshold used by the models binarization. If none,
threshold : The threshold used by the models binarization. If none,
defaults to (model.bounds()[1] - model.bounds()[0]) / 2.
included_in : Whether the threshold value itself belongs to the lower or
upper interval.
Expand Down

0 comments on commit 56032e3

Please sign in to comment.