Skip to content

Commit

Permalink
Fix typo: threshhold -> threshold (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhay81 committed Sep 6, 2021
1 parent 59b9477 commit f02c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chardet/sbcharsetprober.py
Expand Up @@ -132,7 +132,7 @@ def feed(self, byte_str):
self._state = ProbingState.FOUND_IT
elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD:
self.logger.debug(
"%s confidence = %s, below negative " "shortcut threshhold %s",
"%s confidence = %s, below negative " "shortcut threshold %s",
charset_name,
confidence,
self.NEGATIVE_SHORTCUT_THRESHOLD,
Expand Down

0 comments on commit f02c425

Please sign in to comment.