From b871390a3af8c65ffe14b0f58f6fff8c0eac7f43 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 8 May 2013 12:33:21 +0900 Subject: [PATCH] tests: fix type :) --- test/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.py b/test/tests.py index 7e55073..d2b3a33 100644 --- a/test/tests.py +++ b/test/tests.py @@ -479,4 +479,4 @@ class TestCchardetSpeed(): cchardet.detect(msg) result_cchardet += (time.time() - start_cchardet) print('chardet:',1/(result_chardet/do_times), 'call(s)/s') - print('chardet:',1/(result_cchardet/do_times), 'call(s)/s') \ No newline at end of file + print('cchardet:',1/(result_cchardet/do_times), 'call(s)/s') \ No newline at end of file