Skip to content

Commit 1568685

Browse files
fix: comment
1 parent 3fabc9c commit 1568685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frictionless/detector/detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def detect_encoding(
216216
encoding = detector.result["encoding"] or settings.DEFAULT_ENCODING
217217
confidence = detector.result["confidence"] or 0
218218
if confidence < self.encoding_confidence:
219-
# low confidence, so we try UTF8
219+
# low confidence, so we try default encoding
220220
# If decoding fails, we fallback to the detected encoding
221221
# despite the low-confidence
222222
detected = encoding

0 commit comments

Comments
 (0)