From: Martin v. Löwis Date: Sun, 26 Mar 2006 16:40:47 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.5a0~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04855cc100f2edcb58bac46f7be45e3c770b5d7d;p=python Fix typo. --- diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 7246c51ec3..f9d8313adf 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -270,7 +270,7 @@ class GeneralModuleTests(unittest.TestCase): all_host_names = [hostname, hname] + aliases fqhn = socket.getfqdn() if not fqhn in all_host_names: - self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqdn, repr(all_host_names))) + self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names))) def testRefCountGetNameInfo(self): # Testing reference count for getnameinfo