From 5b0a7e305e67cb1947ae61ef2d09114fca86fe4e Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 2 Mar 2000 20:53:45 +0000 Subject: fixed spacing --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') diff --git a/text.py b/text.py index 69fe8aa85..5bad46ea1 100644 --- a/text.py +++ b/text.py @@ -184,7 +184,7 @@ class KeyboardWindow: try: isys.loadKeymap(keyboards[choice]) except SystemError, (errno, msg): - todo.log("Could not install keymap %s: %s" % (keyboards[choice], msg)) + todo.log("Could not install keymap %s: %s" % (keyboards[choice], msg)) return INSTALL_OK class InstallPathWindow: -- cgit