mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
normalize whitespace
This commit is contained in:
parent
9ae3f7a189
commit
1d0f6dd7db
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue