[Python-checkins] r61060 - python/trunk/Lib/test/test_support.py

brett.cannon python-checkins at python.org
Mon Feb 25 06:33:34 CET 2008


Author: brett.cannon
Date: Mon Feb 25 06:33:33 2008
New Revision: 61060

Modified:
   python/trunk/Lib/test/test_support.py
Log:
Fix a minor typo in a docstring.


Modified: python/trunk/Lib/test/test_support.py
==============================================================================
--- python/trunk/Lib/test/test_support.py	(original)
+++ python/trunk/Lib/test/test_support.py	Mon Feb 25 06:33:33 2008
@@ -105,7 +105,7 @@
 
 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.


More information about the Python-checkins mailing list