summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-02-25 05:33:33 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-02-25 05:33:33 (GMT)
commitc6b5200931ee1d1029f8d24a79c3f48b40358771 (patch)
tree9a8072fbdbb7ed56b20325a4f3f0568d4c222553 /Lib/test/test_support.py
parent499969a08cd8399b9038abbbcd58247f03bae22d (diff)
downloadcpython-c6b5200931ee1d1029f8d24a79c3f48b40358771.zip
cpython-c6b5200931ee1d1029f8d24a79c3f48b40358771.tar.gz
cpython-c6b5200931ee1d1029f8d24a79c3f48b40358771.tar.bz2
Fix a minor typo in a docstring.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index 2071606..1c89d5b 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -105,7 +105,7 @@ def requires(resource, msg=None):
def bind_port(sock, host='', preferred_port=54321):
"""Try to bind the sock to a port. If we are running multiple
- tests and we don't try multiple ports, the test can fails. This
+ tests and we don't try multiple ports, the test can fail. This
makes the test more robust."""
# Find some random ports that hopefully no one is listening on.