From 7b4d9c2d493a7b5edd2e8cf948c6f5fbf00e823e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Wed, 15 Nov 2006 19:43:01 +0100 Subject: fix typo --- checkers/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkers') diff --git a/checkers/base.py b/checkers/base.py index 5559ca7db..34cc774ff 100644 --- a/checkers/base.py +++ b/checkers/base.py @@ -117,7 +117,7 @@ MSGS = { has no effect). This is a particular case of W0104 with its \ own message so you can easily disable it if you\'re using \ those strings as documentation, instead of comments.'), - 'W0106': ('Unnecessary semi-column', + 'W0106': ('Unnecessary semicolon', 'Used when a statement is endend by a semi-colon (";"), which \ isn\'t necessary (that\'s python, not C ;)'), -- cgit v1.2.1