]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #28078: Add missing colon
authorChristian Heimes <christian@python.org>
Sun, 11 Sep 2016 18:03:46 +0000 (20:03 +0200)
committerChristian Heimes <christian@python.org>
Sun, 11 Sep 2016 18:03:46 +0000 (20:03 +0200)
Lib/test/test_socket.py

index 8fc7290c916d15b67916c9688b12cf588475c760..c5d5d258b9bc4451b34bc5685985a1eeccf3c27c 100644 (file)
@@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase):
             # type / algorithm is not available
             sock.close()
             raise unittest.SkipTest(str(e), typ, name)
-        else
+        else:
             return sock
 
     def test_sha256(self):