This commit is contained in:
PyYoshi 2012-07-07 12:45:49 +09:00
parent 8b4686ffd7
commit 4b07638a73

View file

@ -23,7 +23,5 @@ def detect_with_confidence(msg):
"encoding": str, "encoding": str,
"confidence": float "confidence": float
} }
Warnings:
UserWarning
""" """
return _cchardet.detect_with_confidence(msg) return _cchardet.detect_with_confidence(msg)