summaryrefslogtreecommitdiffhomepage
path: root/tests/loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/loop.py')
-rw-r--r--tests/loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/loop.py b/tests/loop.py
index 9a9734a1..22a173fa 100644
--- a/tests/loop.py
+++ b/tests/loop.py
@@ -28,7 +28,7 @@ import threading, socket
class LoopSocket (object):
"""
A LoopSocket looks like a normal socket, but all data written to it is
- delivered on the read-end of another LoopSocket, and vice versa, It's
+ delivered on the read-end of another LoopSocket, and vice versa. It's
like a software "socketpair".
"""