summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-09 18:53:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-09 18:53:03 (GMT)
commit7df5e5858b846b9de6dd1148d13e105712c8b1e1 (patch)
tree3e3c101a8fb81a16a45d0994d442f137acc51d15 /Lib/idlelib/run.py
parentb7439a547b5d21bb32693eece2a8307d6221282e (diff)
parent1d0f6dd7db1460010f1932bb09b501f139caf845 (diff)
downloadcpython-7df5e5858b846b9de6dd1148d13e105712c8b1e1.zip
cpython-7df5e5858b846b9de6dd1148d13e105712c8b1e1.tar.gz
cpython-7df5e5858b846b9de6dd1148d13e105712c8b1e1.tar.bz2
merge 3.2
Diffstat (limited to 'Lib/idlelib/run.py')
-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 6c91ae4..e4b9279 100644
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -259,7 +259,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):