From 1d0f6dd7db1460010f1932bb09b501f139caf845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 9 Jul 2012 20:52:40 +0200 Subject: normalize whitespace --- Lib/idlelib/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py index 84a5f81..5c9c381 100644 --- a/Lib/idlelib/run.py +++ b/Lib/idlelib/run.py @@ -246,7 +246,7 @@ class MyRPCServer(rpc.RPCServer): thread.interrupt_main() class _RPCFile(io.TextIOBase): - """Wrapper class for the RPC proxy to typecheck arguments + """Wrapper class for the RPC proxy to typecheck arguments that may not support pickling.""" def __init__(self, rpc): -- cgit v0.12