From 4b07638a7302ac2e715d32ff50335fc4c13d4d16 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Sat, 7 Jul 2012 12:45:49 +0900 Subject: [PATCH] update --- src/cchardet/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cchardet/__init__.py b/src/cchardet/__init__.py index 1b7fcab..4ac5d55 100644 --- a/src/cchardet/__init__.py +++ b/src/cchardet/__init__.py @@ -23,7 +23,5 @@ def detect_with_confidence(msg): "encoding": str, "confidence": float } - Warnings: - UserWarning """ return _cchardet.detect_with_confidence(msg) \ No newline at end of file