summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
diff options
context:
space:
mode:
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):