]> granicus.if.org Git - python/commitdiff
normalize whitespace
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 9 Jul 2012 18:52:40 +0000 (20:52 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 9 Jul 2012 18:52:40 +0000 (20:52 +0200)
Lib/idlelib/run.py

index 84a5f81debb4aba02ac43badf241d657777aba7e..5c9c38197a1c31ab58b229d51814b7f5abf7e953 100644 (file)
@@ -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):