From: Brett Cannon Date: Mon, 25 Feb 2008 05:33:33 +0000 (+0000) Subject: Fix a minor typo in a docstring. X-Git-Tag: v2.6a1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6b5200931ee1d1029f8d24a79c3f48b40358771;p=thirdparty%2FPython%2Fcpython.git Fix a minor typo in a docstring. --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 207160665f84..1c89d5bb193f 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.