normalize whitespace

This commit is contained in:
Martin v. Löwis 2012-07-09 20:52:40 +02:00
parent 9ae3f7a189
commit 1d0f6dd7db
1 changed files with 1 additions and 1 deletions

View 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):