summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-09 18:52:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-09 18:52:40 (GMT)
commit1d0f6dd7db1460010f1932bb09b501f139caf845 (patch)
tree6cbcd7088181aaed4d2ea730bfca7cbdc5491446 /Lib
parent9ae3f7a189e3d05bf14835e9e2b8aff77661c1ba (diff)
downloadcpython-1d0f6dd7db1460010f1932bb09b501f139caf845.zip
cpython-1d0f6dd7db1460010f1932bb09b501f139caf845.tar.gz
cpython-1d0f6dd7db1460010f1932bb09b501f139caf845.tar.bz2
normalize whitespace
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/run.py2
1 files changed, 1 insertions, 1 deletions
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):