Fix a minor typo in a docstring.

This commit is contained in:
Brett Cannon 2008-02-25 05:33:33 +00:00
parent 499969a08c
commit c6b5200931
1 changed files with 1 additions and 1 deletions

View 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.