]> granicus.if.org Git - python/commitdiff
Fix a minor typo in a docstring.
authorBrett Cannon <bcannon@gmail.com>
Mon, 25 Feb 2008 05:33:33 +0000 (05:33 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 25 Feb 2008 05:33:33 +0000 (05:33 +0000)
Lib/test/test_support.py

index 207160665f848599243bd345e8f0a7ea829cb4ae..1c89d5bb193f64726ebea8b5ee60b6bc88556f4c 100644 (file)
@@ -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.