From c6b5200931ee1d1029f8d24a79c3f48b40358771 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 25 Feb 2008 05:33:33 +0000 Subject: [PATCH] Fix a minor typo in a docstring. --- Lib/test/test_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 207160665f..1c89d5bb19 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. -- 2.50.1