From: Martin v. Löwis Date: Mon, 9 Jul 2012 18:52:40 +0000 (+0200) Subject: normalize whitespace X-Git-Tag: v3.3.0b2~254^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d0f6dd7db1460010f1932bb09b501f139caf845;p=thirdparty%2FPython%2Fcpython.git normalize whitespace --- diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py index 84a5f81debb4..5c9c38197a1c 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):