summaryrefslogtreecommitdiff
path: root/psutil/tests/test_connections.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_connections.py')
-rwxr-xr-xpsutil/tests/test_connections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/test_connections.py b/psutil/tests/test_connections.py
index ad615ed0..aec164e8 100755
--- a/psutil/tests/test_connections.py
+++ b/psutil/tests/test_connections.py
@@ -200,7 +200,7 @@ class TestUnconnectedSockets(ConnectionTestCase):
@serialrun
class TestConnectedSocket(ConnectionTestCase):
- """Test socket pairs which are are actually connected to
+ """Test socket pairs which are actually connected to
each other.
"""