diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:59:07 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:59:07 -0400 |
commit | 16b5c13668b0fe0ecb2265b6d6968d3da5ca10ba (patch) | |
tree | 794a55c65c29332c5994e97428d4ee96d1f5256b /Lib/idlelib/rpc.py | |
parent | 16c41d8520b7993cffa576f9021ff712d80ab825 (diff) | |
parent | 98472b839674a78b0cbb09f50a61f70019591a4a (diff) | |
download | cpython-git-16b5c13668b0fe0ecb2265b6d6968d3da5ca10ba.tar.gz |
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Lib/idlelib/rpc.py')
-rw-r--r-- | Lib/idlelib/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/rpc.py b/Lib/idlelib/rpc.py index 2bf4fdf8cf..c86c97531e 100644 --- a/Lib/idlelib/rpc.py +++ b/Lib/idlelib/rpc.py @@ -2,7 +2,7 @@ For security reasons, GvR requested that Idle's Python execution server process connect to the Idle process, which listens for the connection. Since Idle has -has only one client per server, this was not a limitation. +only one client per server, this was not a limitation. +---------------------------------+ +-------------+ | socketserver.BaseRequestHandler | | SocketIO | |